/algorithm

The challenges for algorithm contests, and summary the implementation.

Primary LanguagePython

Algorithm

Build Status

The challenges for algorithm contests, and summary the implementation.

Structure

Top-level Folder Note
bin commands
topic implementation and summaries of algorithms and data structures
other for problems met in life
codeforces for Codeforces
codejam for PastContests in code jam from Google
codelab for Code Lab from Facebook
codewars for Codewars
geeksforgeeks for GeeksforGeeks
hackerrank for HackerRank
leetcode for LeetCode
lintcode for LintCode
pramp for Pramp
topcoder for ActiveContests, Practices, and ProblemArchives in Topcoder

Testing

Language Command
Python ./bin/test_python.py
Javascript