Table of Content
Intro
Starting my DSA journey on this platform. I will blog about leetcode patterns and problems. I will use Java to solve the leetcode problems.
Index
# | Pattern | Comments |
---|---|---|
1 | Java Cheat Sheet | |
2 | Simple Arrays | |
3 | Simple String | |
4 | Two Pointer | |
5 | Sliding Window | |
6 | Binary Search | |
7 | Linked List | |
8 | Stack | |
9 | Queue | |
10 | Hashing | |
11 | Bits | |
12 | Binary Tree | |
13 | BST | |
14 | N-Ary Tree | |
15 | Trie | |
16 | Heap | |
17 | Graph | |
18 | Greedy | |
19 | Back Tracking | |
20 | Dynamic Programming | |
21 | Recursion Misc | |
22 | Design Data Structures |
Top comments (0)