README

May 5, 2015 ยท View on GitHub

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.

AbbreviationName
BSBinary Search
BTBacktracking
BFSBreadth-first Search
DCDivide and Conquer
DFSDepth-first Search
DPDynamic Programming
GDGreedy
HMHashmap

Note

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