Skip to content

AhmedShafique313/LeetCode-Interviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Coding Questions + LeetCode Solutions

By Ahmed Shafique

Problem Codes in the Interviews:

TWO SUM ➕➕

The "Two Sum" problem is one of the most commonly asked coding questions in technical interviews and is also categorized as an easy-level problem on LeetCode.

The goal is to find two numbers in a given list whose sum equals a specific target value, and return their indices.

Example:

If the target is 10 and the list is [1, 8, 2, 6, 5], then the pair of numbers that add up to 10 is 8 + 2. The indices of these two numbers are [1, 2], so that would be the correct output.

Other Problems

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages