473,386 Members | 1,810 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

C Puzzles

PM
Hello!!!!

I am com sci student.... I am really interested in C... Does anybody
know any free ebooks or websites for puzzles that test the intricacies
of C...
Please Help....

Casanova

Nov 14 '05 #1
5 5244
"PM" <pr********@gmail.com> wrote in message
news:10**********************@f14g2000cwb.googlegr oups.com...
I am com sci student.... I am really interested in C... Does anybody
know any free ebooks or websites for puzzles that test the intricacies
of C...


Not really specifically about C, but you can get good practice in
implementing algorithms using the following problem set:
http://acm.uva.es/cgi-bin/OnlineJudge?Volume:1
You try to implement a solution (C/C++/Pascal/Java allowed), test it
locally, then submit it by e-mail or using a web form, and see...
Cheers,
Ivan
--
http://ivan.vecerina.com/contact/?subject=NG_POST <- e-mail contact form
Nov 14 '05 #2
"PM" <pr********@gmail.com> wrote in message
news:10**********************@f14g2000cwb.googlegr oups.com...
Hello!!!!

I am com sci student.... I am really interested in C... Does anybody
know any free ebooks or websites for puzzles that test the intricacies
of C...


If you're *really* adventurous, wander through
http://www.ioccc.org/main.html

You could also use google to find the Computer
Science sites of various universities. Many
make much of their course material (e.g.
exercises) available to all.

-Mike
Nov 14 '05 #3
PM wrote:
Hello!!!!

I am com sci student.... I am really interested in C... Does anybody
know any free ebooks or websites for puzzles that test the intricacies of C...


There is a website that contains C puzzles from various sources at
http://purana.csa.iisc.ernet.in/~gkumar/cquestions.html
Do note that they are not all strictly standard C.

There is of course the "C Puzzle Book" by Alan R. Feuer.

My favorite place to go for non-contrived, fun and challenging
programming problems is www.topcoder.com. Although you can only enter
competitions using Java, C++, C#, or VB.NET, if you join (free) you can
view the complete problem sets and write your own solutions in C (or
any other language). I have yet to find a problem that could not be
written at least as easily in C as one of the other languages they
support.

What is really cool about this site is that they give detailed
descriptions of the problems including the full specifications of the
function to write, input constraints, and input examples with expected
outputs. You can also view the code of others who has solved these
problems in competition, see how long it takes the average programmer
to solve in various languages, etc.
If you do decide to join, feel free to use "tigervamp" as the Referring
Member ;) The problems can be found in
Competition->Statistics->Problem Archive, then click on a problem name.
Rob Gamble

Nov 14 '05 #4
"tigervamp" <rg*******@gmail.com> wrote in message
news:10*********************@f14g2000cwb.googlegro ups.com...

My favorite place to go for non-contrived, fun and challenging
programming problems is www.topcoder.com. Although you can only enter
competitions using Java, C++, C#, or VB.NET, if you join (free) you can view the complete problem sets and write your own solutions in C (or
any other language). I have yet to find a problem that could not be
written at least as easily in C as one of the other languages they
support.

What is really cool about this site is that they give detailed
descriptions of the problems including the full specifications of the
function to write, input constraints, and input examples with expected
outputs. You can also view the code of others who has solved these
problems in competition, see how long it takes the average programmer
to solve in various languages, etc.
If you do decide to join, feel free to use "tigervamp" as the Referring Member ;) The problems can be found in
Competition->Statistics->Problem Archive, then click on a problem name. Rob Gamble


Nerd!!!
:-p
Nov 14 '05 #5
Ivan Vecerina wrote:
http://acm.uva.es/cgi-bin/OnlineJudge?Volume:1


Some of those are actually pretty fun!

--
Sean
Nov 14 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Kevin Wan | last post by:
Hi, I have some puzzles about sgistl source code, that is why some methods are placed in protected field. To vector itself, private and protected are the same, and vector isn't desired to be...
17
by: madhav_a_kelkar | last post by:
i was browsing this problem: The following is a piece of C code, whose intention was to print a minus sign 20 times. But you can notice that, it doesn't work. #include <stdio.h> int main() {...
0
by: naughty_sonny | last post by:
check this out: http://tinyurl.com/83k4k puzzles range from advanced to amateur!
2
by: xPy | last post by:
do you know any links where i can find puzzles, like the 8 queens problem? (I'm not intrested in the solution, only for puzzle...)
11
by: John Salerno | last post by:
Similar to the Python Challenge, does anyone know of any other websites or books that have programming puzzles to solve? I found a book called "Puzzles for Hackers", but it seems like it might be a...
6
by: Steve Brecher | last post by:
Well, they are puzzles for me, anyway! On a linux/Apache shared host, a working web site has this directory structure (for clarity, each directory name ends with "D"): webD -- the FTP root...
2
by: =?Utf-8?B?Q3JtTmV3Ymll?= | last post by:
Hi, 1) I want to hone my problem solving skills and be good at logic. How do I achieve this? 2) Where can I find c# puzzles or c# algorithms. 3) How do I print the values of a N X N matrix...
25
by: Oltmans | last post by:
Hi guys, I'm learning JavaScript and I need some puzzles that can make me a better JavaScript programmer. I mean I'm looking out for programming puzzles (e.g. Project Euler or TopCoder) but I'm...
62
jkmyoung
by: jkmyoung | last post by:
Does anyone have some super, super hard Sudoku puzzles? Back in February this year, I had enough time to finally program a Sudoku solver in Java. Right now, I'm looking for solvable puzzles, but...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.