muchlass19 / two-sums

Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

two-sums

  1. Install node
  2. Download atau Clone repository ini
  3. Buka terminal / CMD
  4. Jalankan perintah node <path_folder_ini_disimpan>/index.js

About

Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.


Languages

Language:JavaScript 100.0%