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.
Extras
| # | Pattern | Comments |
|---|---|---|
| 1 | Java Cheat Sheet | |
| 2 | Visualize/Pretty Print | |
| 3 | Tips and tricks |
Leetcode patterns
| # | Pattern | Comments |
|---|---|---|
| 1 | Simple Arrays | |
| 2 | Simple String | |
| 3 | Two Pointer | |
| 4 | Sliding Window | |
| 5 | Binary Search | |
| 6 | Linked List | |
| 7 | Stack | |
| 8 | Queue | |
| 9 | Hashing | |
| 10 | Bits | |
| 11 | Binary Tree | |
| 12 | BST | |
| 13 | N-Ary Tree | |
| 14 | Trie | |
| 15 | Heap | |
| 16 | Graph | |
| 17 | Greedy | |
| 18 | Back Tracking | |
| 19 | Dynamic Programming | |
| 20 | Simulation | |
| 21 | Design own data structure | |
| 22 | Monotonic Stack |
Top comments (0)