Skip to content

Latest commit

 

History

52 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

LeetCode

Notes and solution for LeetCode problems (Top Interview 150) by William Wong.

The problems are split into the following topics:

Topic Done
Array / Strings 24/24
Two Pointers 5/5
Sliding Window 2/4
Matrix 5/5
Hashmap 9/9
Intervals 4/4
Stack 5/5
Linked List 11/11
Binary Tree General 13/13
Binary Tree BFS 4/4
Binary Search Tree 3/3
Graph General 6/6
Graph BFS 3/3
Trie 3/3
Backtracking 7/7
Divide & Conquer 5/5
Kadane's Algorithm 0/2
Binary Search 7/7
Heap 4/4
Bit Manipulation 7/6
Math 6/6
1D DP 5/5
Multidim. DP 8/8

In my blog, I offer a summary of the thought process and code (usually in Java, Python or C++) for each solved problem. You can also follow my solutions on my leetcode profile.

General common mistakes

In LeetCode, the tasks often require you to modify an array of size n in-place. In some cases, the modified array will have a size smaller than n (e.g. removing certain elements). The tester verifies the array based on the returned parameter k, which denotes the number of the first k-elements which are suppossed to be "correct" according to the task. Make sure k is correct! Depending on the task description which can be quite ambigious, you should return either 1) number of elements or 2) index of the last element.

About

Notes and Solutions for LeetCode problems

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages