Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.26 KB

README.md

File metadata and controls

45 lines (24 loc) · 1.26 KB

Algorithms-LeetCode

This started as a repo of solutions to LeetCode problems in preparation for job interviews. I summed up some of the problems and a few special topics that I found hard to tackle or inspiring. Over time, it has evolved into a collection of algorithms notes backed up with solutions to LeetCode problems as examples.

The main programming lanaguage I used is C++. I also used Java for some of the problems.

Data Structures

Algorithmic Patterns

Specific Algorithms and Techniques

Language-specific Practices