Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.79 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.79 KB

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
Scaler for Scaler Topics
InterviewBit for Technical Interview, Data Structures and Algorithms, Contests, and Mock Interviews

Testing

Language Command
Python ./bin/test_python.py
Javascript