A collection of solutions to the Daily Coding Problem!
Each solution is contained within its own subdirectory within challenges.
You can also navigate to each solution independently through the index.
Daily Coding Problem sidelined in favor of Hackerrank and Leetcode.
For each problem, I have the following procedure:
- Create a
feature
branch for the problem - Commit the new directory with a README outlining the following:
- The name of the problem
- Relevant problem specs
- Language and version
- Start time
- Actually do the problem, committing iteratively
- Once I feel confident about it, update the README with:
- End time
- Runtime complexity progression
- Afterthoughts
- Merge the feature branch to
master
- Update the index to reference the newly completed problem
A template for each problem's meta info can be found here.