kant
- 388
- 0
I am currently in my second quarter learning the c language. The class is not hard at all, but i want some challenge problems. Are there any goods links?
Tide said:How about writing some extended (or infinite) precision numerical routines so you can calculate things like 10,000! etc.?
dduardo said:There are loads of problems you can find here:
http://acm.uva.es/problemset/
Hurkyl said:Searching a sorted list is an NP problem that has a solution that runs in O(log n) time. (Assuming a random access lookup counts as one unit of work)
(Yes, I know you meant NP-complete.)