Skip to content

Ruuudy1/NeetcodeFromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of LeetCode questions to ace the coding interview! - Created using LeetHub v2

LeetCode Topics

Tree

0102-binary-tree-level-order-traversal
0235-lowest-common-ancestor-of-a-binary-search-tree
0789-kth-largest-element-in-a-stream

Design

0208-implement-trie-prefix-tree
0789-kth-largest-element-in-a-stream

Binary Search Tree

0004-median-of-two-sorted-arrays
0235-lowest-common-ancestor-of-a-binary-search-tree
0789-kth-largest-element-in-a-stream

Heap (Priority Queue)

0023-merge-k-sorted-lists
0239-sliding-window-maximum
0789-kth-largest-element-in-a-stream
1127-last-stone-weight

Binary Tree

0102-binary-tree-level-order-traversal
0235-lowest-common-ancestor-of-a-binary-search-tree
0789-kth-largest-element-in-a-stream

Data Stream

0789-kth-largest-element-in-a-stream

Array

0004-median-of-two-sorted-arrays
0239-sliding-window-maximum
0661-image-smoother
1127-last-stone-weight

Divide and Conquer

0004-median-of-two-sorted-arrays
0023-merge-k-sorted-lists

Depth-First Search

0235-lowest-common-ancestor-of-a-binary-search-tree

Hash Table

0076-minimum-window-substring
0208-implement-trie-prefix-tree

String

0076-minimum-window-substring
0208-implement-trie-prefix-tree

Trie

0208-implement-trie-prefix-tree

Breadth-First Search

0102-binary-tree-level-order-traversal

Sliding Window

0076-minimum-window-substring
0239-sliding-window-maximum

Matrix

0661-image-smoother

Linked List

0023-merge-k-sorted-lists
0025-reverse-nodes-in-k-group

Merge Sort

0023-merge-k-sorted-lists

Recursion

0025-reverse-nodes-in-k-group

Queue

0239-sliding-window-maximum

Monotonic Queue

0239-sliding-window-maximum