TWO SUM - LeetCode 1 - Javascript Solution

Publicado em: 02 Agosto 2021
no canal de: DevDiana
29,884
686

Solving Leetcode's Two Sum problem in Javascript. This question's been asked by Amazon, Adobe, Google, Apple, etc. in the last 6 months.

Problem on Leetcode: https://leetcode.com/problems/two-sum/

Problem description:
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order.

Example 1:
Input: nums = [2,7,11,15], target = 9
Output: [0,1]
Output: Because nums[0] + nums[1] == 9, we return [0, 1].

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you'd like to sponsor a video/business inquiries:
dgalarza01@gmail.com

#leetcode #technicalinterviews #javascript


Nesta página do site você pode assistir ao vídeo on-line TWO SUM - LeetCode 1 - Javascript Solution duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário DevDiana 02 Agosto 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 29,884 vezes e gostou 686 espectadores. Boa visualização!