This is repository containing solution to solve coding challenge in every day.
Install dependencies
$ npm install
Run test case
$ npm run test
You can click one of list below go to the solution to solve coding challenge.
- Two Sum
- Find the Duplicate Number
- Add Two Numbers
- Sort an Array
- Median of Two Sorted Arrays
- Duplicate Zeros
- Longest Substring Without Repeating Characters
- Longest Palindromic Substring
Special Thanks to https://leetcode.com/