-
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. Some locations I plan to also look at are...
Some avenues for code exercise which may or be not be commitable:-
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.