Skip to content

Grokking the Coding Interview questions solved in Rust

Notifications You must be signed in to change notification settings

jereldlimjy/grokking-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grokking Rust

Section 1: Minimum Chapters to go through!

Chapter Completed Date Completed
Warmup [✓] 31/7/24
Sliding Window [✓] 5/8/24
Two Pointer [ ]
Monotonic Stack [ ]
Matrix Traversal [ ]
Breadth-First-Search [ ]
Depth First Search [ ]

Section 2: Solid Chapters to Learn

Chapter Completed Date Completed
Fast and Slow pointer [ ]
Merge Interval [ ]
In-Place Reversal of LinkedList [ ]
Top K Elements [ ]
Subsets [ ]
Topological Sort [ ]
Modified Binary Search [ ]

Section 3: Nice to Haves

Chapter Completed Date Completed
Tries [ ]
- Implement a prefix tree (NeetCode) [ ]
- Implement a Trie (NeetCode) [ ]
Two Heaps [ ]
Cyclic Sort [ ]
K Way Merge [ ]

Section 4: Low ROI

Chapter Completed Date Completed
Dynamic Programming [ ]

Notes:

About

Grokking the Coding Interview questions solved in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages