LeetCode

1.Merge K Sorted Lists (Linked List)

post-thumbnail

2.Remove Duplicate Letters (String Manipulation)

post-thumbnail

3.Jewels and Stones (Hash Table)

post-thumbnail

4.Median of Two Sorted Arrays (Sort)

post-thumbnail

5.Reverse Linked List II (Linked List)

post-thumbnail

6.Longest Substring Without Repeating Characters (Sliding Window)

post-thumbnail

7.Top K Frequent Elements (Dictionary)

post-thumbnail

8.Letter Combinations of a Phone Number (DFS)

post-thumbnail

9.Find First and Last Position of Element in Sorted Array (Search)

post-thumbnail

10.Course Schedule (Graph)

post-thumbnail

11.Network Delay Time (Dijkstra)

post-thumbnail

12.Cheapest Flights Within K Stops (Dijkstra)

post-thumbnail

13.Diameter of Binary Tree (Tree)

post-thumbnail

14.Longest Univalue Path (Tree)

post-thumbnail

15.Invert Binary Tree (Tree)

post-thumbnail

16.Task Scheduler (Greedy)

post-thumbnail

17.Queue Reconstruction by Height (Priority Queue)

post-thumbnail