Skip to content
develop
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

README

This is my repository for personal leetcode solutions. Most code should be written in Javascript, but other language might be used as well.

Abbreviation Naming

When trying to use multiple solutions towards one problem, the following abbrevations might be used as postfix.

Abbreviation Name
BS Binary Search
BT Backtracking
BFS Breadth-first Search
DC Divide and Conquer
DFS Depth-first Search
DP Dynamic Programming
GD Greedy
HM Hashmap

Note

To view unsolved problems locally, run sh ./list-unsolved.sh, or install this tampermonkey script if you prefer to view from website.

About

My leetcode solutions

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.