Home

Awesome

Algorithm Problem Solutions

This repository contains solutions to algorithm problems from various websites and competitions. Most solutions have explanations included at the top. If you need further details, feel free to contact me at bryon@btjanaka.net.

Currently, the websites/contests represented in this repo are:

Website / ContestDirectory
UVa Online Judgeuva
Kattiskattis
Leetcodeleetcode
ICPC Live Archiveicpc_live_archive
Codeforcescodeforces
HackerRankhackerrank
Google Hash Codehashcode
Google Code Jamcodejam
Google Kickstartkickstart

This repository also contains several reference implementations of algorithms in the _references directory.

Tools

I use CPSM to manage code in this repository. I also use ClangFormat, Prettier, YAPF, and Pylint for formatting and linting.