This is a great site for programming challenges in general. Hours of fun
60 Replies - 53527 Views - Last Post: 06 November 2012 - 11:14 AM
#17
Re: Assignments and Challenges
Posted 18 July 2008 - 10:37 PM
I wish I had heard of Project Euler when my vacations commenced, not when they are about to end
#18
Re: Assignments and Challenges
Posted 19 July 2008 - 02:49 AM
#19
Re: Assignments and Challenges
Posted 22 July 2008 - 01:42 PM
#20
Re: Assignments and Challenges
Posted 05 August 2008 - 03:50 AM
How about the online courses at MIT...
http://ocw.mit.edu/O...ience/index.htm
or from the data structures class I just took
http://www.cs.colora...~main/projects/
JW
This post has been edited by jwwicks: 05 August 2008 - 04:05 AM
#21
Re: Assignments and Challenges
Posted 05 August 2008 - 04:11 AM
realNoName, on 4 May, 2008 - 02:41 PM, said:
That was great one. I just refined it to programming...
Google Programming assignments from EDU sites
JW
#22
Re: Assignments and Challenges
Posted 07 August 2008 - 07:17 PM
#23
#24
Re: Assignments and Challenges
Posted 14 September 2008 - 04:52 PM
I noticed in this section, all the links are C++ and others. I didn't see any for c#
#25
Re: Assignments and Challenges
Posted 24 October 2008 - 09:14 AM
I have googled but didn't find anything interesting...
#26
Re: Assignments and Challenges
Posted 26 October 2008 - 10:13 AM
http://en.wikiversit.../PHP_Challenges
How about this:
http://nyphp.org/con...GDintro/gd1.php
You could always try writing some complex mathematical equations in any language~
#27
Re: Assignments and Challenges
Posted 28 October 2008 - 12:20 PM
#28
Re: Assignments and Challenges
Posted 03 November 2008 - 06:44 PM
Construct the following geographic patterns:
x xx xxx xxxx
xxxxx xxxx xxx xx x
____x ___xx __xxx _xxxx xxxxx
xxxxxxxxxx xxxx__xxxx xxx____xxx xx______xx x________x
You are only allowed the following print (you can always modify for a different langauge other than c/c++) statements:
printf('x');
printf('_');
printf('\n');
The first two patterns are only allowed one printf('x') and one printf('\n') statement
The second pattern is only allowed one of each printf statement
The final pattern only allows two printf('x') and one printf(' ') and printf('\n') statement
Normally I tell them to use a space instead of an underscore, but I was having a strange problem with the space on the second triangle where one line refused to respond like everything else.
Salindor
#29
Re: Assignments and Challenges
Posted 07 November 2008 - 07:54 AM
Sphere Online Judge (SPOJ)
UVa Online Judge - Home
This post has been edited by manzoor: 07 November 2008 - 09:02 AM
#30
Re: Assignments and Challenges
Posted 11 November 2008 - 03:50 PM
http://www.hackthissite.org/
"The best defence is a good offence" thats why I use this site I find that by discovering security flaws in their challenges I can improve the security of my projects as well as developing general programming techniques.
|
|

New Topic/Question
Reply



MultiQuote










|