Skip to content

deepak-malik/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

This repository contains solutions to problems available on LeetCode. They are divided based on the topics.

Total Questions in LeetCode - 544
Solved - 35

LeetCode Numbers solved : 1, 26, 27, 66, 101, 104, 100, 108, 110, 111, 112, 136, 141, 167, 169, 189, 202, 217, 225, 232, 242, 258, 268, 283, 344, 345, 383, 387, 404, 409, 412, 415, 453, 501, 541

1. Arrays

2. HashTable

3. Linked List

4. Math

5. Two Pointers

6. String

7. Binary Search

8. Divide and Conquer

9. Dynamic Programming

  • 01 - Climbing Stairs

10. BackTracking

11. Stack

12. Heap

13. Greedy

14. Sort

15. Bit Manipulation

16. Trees

17. Depth First Search

18. Breadth First Search

19. Graph

20. Trie

21. Recursion

  • 01 - Nested List Weight Sum

22. Brain Teaser

23. Memoization

24. Queue

25. MinMax

26. Database