This is a great site for programming challenges in general. Hours of fun
60 Replies - 52438 Views - Last Post: 06 November 2012 - 11:14 AM
#17
Re: Assignments and Challenges
Posted 18 July 2008 - 10:37 PM
Sweet.
I wish I had heard of Project Euler when my vacations commenced, not when they are about to end
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
I've got a snippet to solve the pythagorean triples question
#19
Re: Assignments and Challenges
Posted 22 July 2008 - 01:42 PM
Snippets in several languages are pending on String permutation. Cool little problem
#20
Re: Assignments and Challenges
Posted 05 August 2008 - 03:50 AM
Hello All,
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
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
Hello real,
That was great one. I just refined it to programming...
Google Programming assignments from EDU sites
JW
realNoName, on 4 May, 2008 - 02:41 PM, said:
something else you can do is search only .edu sites for assignments... they might not be all hard but you get alot
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
a nice collection of website
#23
#24
Re: Assignments and Challenges
Posted 14 September 2008 - 04:52 PM
I was just curious. After some basics, if a person decided to learn C# and learn it good - and wanted to have some project to work on in C# for practicing, are there any sites?
I noticed in this section, all the links are C++ and others. I didn't see any for c#
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
Challenging ideas of projects in PHP don't exist ?
I have googled but didn't find anything interesting...
I have googled but didn't find anything interesting...
#26
Re: Assignments and Challenges
Posted 26 October 2008 - 10:13 AM
You tried Wikiversity?
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~
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
Very very interesting...I only need time and patience for these. Thanks
#28
Re: Assignments and Challenges
Posted 03 November 2008 - 06:44 PM
Whenever I am teaching someone for loops, I always give them the following assignment.
Construct the following geographic patterns:
You are only allowed the following print (you can always modify for a different langauge other than c/c++) statements:
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
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
Found two another site similar to Project Euler. Hope you find them interesting too.
Sphere Online Judge (SPOJ)
UVa Online Judge - Home
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
This site is really good it covers a range of languages and of varying difficulty...
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.
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











|