473,549 Members | 2,745 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 5264
"PM" <pr********@gma il.com> wrote in message
news:10******** **************@ f14g2000cwb.goo glegroups.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********@gma il.com> wrote in message
news:10******** **************@ f14g2000cwb.goo glegroups.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*******@gmai l.com> wrote in message
news:10******** *************@f 14g2000cwb.goog legroups.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
1649
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 the base class of other containers. So why not use private instead of protected?
17
1913
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() { int i; int n = 20;
0
1004
by: naughty_sonny | last post by:
check this out: http://tinyurl.com/83k4k puzzles range from advanced to amateur!
2
1647
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
2202
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 little advanced for me, and I've also read that it focuses too much on encryption and security issues and doesn't really have coding problems,...
6
1443
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 ......htdocsD -- the DOCUMENT_ROOT ...........index.html ...........topicsD ................topic1.html
2
5161
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 using c#. 1 2 3 4 5 6 7 8
25
5436
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 looking out for language specific puzzles that can make me a top-notch JavaScript programmer. a) Any puzzles you can recommend? b) Any programs that...
62
12146
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 ones that my program cannot solve. However, most hard puzzles in the newspapers are solved within 2-3 cycles so far. The ones I've found on google...
0
7720
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7957
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7470
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7809
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6043
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5368
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3500
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1941
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
763
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.