← Back to companies
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/$
Given an array of integers nums and an integer target, return true if there are two distinct elements in the array such that their sum is equal to target.
Note: You may not use the same element twice.