jose-vs / Technical_Interview_Cheat_Sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# LeetCode in JavaScript & TypeScript

This is the solutions collection of my LeetCode submissions, most of them are programmed in JavaScript. All JavaScript codes are wrote in ECMAScript 6 standard, each solution file will contain a problem description in the beginning, and followed by some necessary explanation, some problems will provide more than one solution, please refer to the comments after the main solution for one specific problem.

ATTENTION: If you also use JavaScript as your coding language, you should pay attention to some JavaScript INTERNAL issues, such as bitwise operators, so as to let you not drop into some trouble which may be caused by JavaScript itself.

Progress: 171/2520 Solutions

ID Title Solution Difficulty
1 Two Sum TypeScript Easy

About


Languages

Language:TypeScript 98.3%Language:Shell 1.7%