Alice laughed. "There is no use trying," she said: "one can't believe impossible things." "I dare say you haven't had much practice," said the Queen. "When I was your age, I always did it for half an hour a day. Why, sometimes I've believed as many as six impossible things before breakfast." by Lewis Carroll, Through the Looking Glass
Pages
▼
Sunday, April 23, 2017
Monday, April 10, 2017
Useful websites for coding challenges
- https://codefights.com/ -- has timed problems for all skill levels, great for starting
- https://www.codewars.com/
- https://leetcode.com/
- https://www.hackerrank.com/
- https://www.topcoder.com/
- https://icpcarchive.ecs.baylor.edu/ -- website with official problems from ACM International Collegiate Programming Contest -- good for practice for that contest
- https://uva.onlinejudge.org/
- https://projecteuler.net/ - project Euler -- not coding in particular, but fantastic mathematical challenges that are intended to be solved by applying mathematical skills in code.