-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Ross edited this page Nov 25, 2015
·
6 revisions
My personal solutions for various programming problems I find. Each problem source is in it's own package with it's own README.md description.
The current sources I use are of different levels of difficulties and require different time commitments. I try to do a little coding every day here so quick problems are handy when I'm busy, long problems when I have much more time to spare.
- Coding Bat - Single method, < 5 minute problems.
- Euler - Project Euler is a bit more involved, requiring some thought, time and average amount of code.
- CodeEval - Requires probably not as much thought but more boiler plate code than Euler as the actual code is sumbmitted.
- TopCoder - Much more involved coding, often requiring more advanced algorithms and data structures.
Problem sources I've yet to take a look at include:-
And some avenues which may or be not be commitable:-