Skip to content

Solutions and reference implementations for algorithm problems

License

Notifications You must be signed in to change notification settings

btjanaka/algorithm-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d846a9e · Jan 16, 2025
Aug 24, 2020
Apr 3, 2020
Apr 11, 2020
Feb 12, 2021
Mar 19, 2019
Apr 5, 2020
Mar 30, 2020
Apr 5, 2020
Jan 16, 2025
Aug 31, 2024
Sep 20, 2024
Apr 13, 2020
Nov 20, 2019
Jul 3, 2020
Jun 2, 2020
May 19, 2020
Apr 3, 2020
Feb 8, 2019
Jun 26, 2020
Sep 1, 2024

Repository files navigation

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 [email protected].

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

Website / Contest Directory
UVa Online Judge uva
Kattis kattis
Leetcode leetcode
ICPC Live Archive icpc_live_archive
Codeforces codeforces
HackerRank hackerrank
Google Hash Code hashcode
Google Code Jam codejam
Google Kickstart kickstart

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.