Non-mathematical Project Euler (or similar)?
Posted
by
Juha Untinen
on Programmers
See other posts from Programmers
or by Juha Untinen
Published on 2012-09-12T06:20:54Z
Indexed on
2012/09/12
9:48 UTC
Read the original article
Hit count: 225
I checked the post (Where can I find programming puzzles and challenges?) where there's a lot of programming challenges and such, but after checking several of them, they all seem to be about algorithms and mathematics. Is there a similar site for purely logic/functionality-based challenges? For example:
- Retrieve data using a web service
- Generate output X from a CSV file
- Protect this code against SQL injection
- Make this code more secure
- What is wrong with this code (where the error is in logic, not syntax)
- Make this loop more efficient
Does a challenge site like that exist? Especially one that provides hints and/or correct solutions. That would be a very helpful learning site.
© Programmers or respective owner