TypeScript Solution for LeetCode algorithm problems, continually updating
- Graph Theory I
- SQL I
- Level 1
- Level 2
- Udemy
- Data Structure I
- Data Structure II
- Algorithm I
- Algorithm II
- Binary Search I
- Binary Search II
- Dynamic Programming I
- Programming Skills I
- Programming Skills II
0001 | Two Sum | Data_Structure_I_Day_2_Array | 66 | 93.20 |
0001 | Two Sum | Data_Structure_I_Day_2_Array | 66 | 93.20 |
0001 | Two Sum | Data_Structure_I_Day_2_Array | 66 | 93.20 |
0002 | Add Two Numbers | Data_Structure_II_Day_10_Linked_List | 106 | 79.11 |
0002 | Add Two Numbers | Data_Structure_II_Day_10_Linked_List | 106 | 79.11 |
# | Title | Difficulty | Tag | Time, ms | Time, % |
---|---|---|---|---|---|
0002 | Add Two Numbers | Data_Structure_II_Day_10_Linked_List | Programming_Skills_II_Day_15 | 106 | 79.11 |
0001 | Two Sum | Data_Structure_I_Day_2_Array | Level_1_Day_13_Hashmap, Udemy_Arrays | 66 | 93.20 |
Your ideas/fixes/algorithms are more than welcome!
- Fork this repo
- Clone your forked repo (
git clone https://github.com/YOUR_GITHUB_USERNAME/LeetCode-in-TypeScript.git
) onto your local machine cd
into your cloned directory, create your feature branch (git checkout -b my-awesome-fix
)git add
your desired changes to this repo- Commit your changes (
git commit -m 'Added some awesome features/fixes'
) - Push to the branch (
git push origin my-awesome-feature
) - Open your forked repo on Github website, create a new Pull Request to this repo!