|
What are some interesting programming exercises/problems?
Also include the language (if relevant).
Started by koldfyre on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Introducing high.
If this is the sort of thing you're after, but the following page has 15 Exercises for Learning a new Programming Language
It depends on what you're trying to accomplish in your exercises.
|
|
Is there any book about modern PHP (like 5.2 + mysqli or PDO) for beginners with good exercises (for ex., good exercises are in "Learning Perl", which is one of the best books for beginners)?
P.S. (considering some answers I got on IRC): it should not...
Started by Alexandr Ciornii on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Complete with exercises to make sure the lessons stick , this book offers.
To databases, and much more.
|
|
What are some good exercises that an intermediate/advanced VB.NET web programmer should to do gain syntax chops on C#?
I imagine some good examples would be:
algorithms or project exercises that run the gamut of C# syntax reference material list of the...
Started by Matias Nino on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Reflector is also very good to help you figure out how ... .
You'll mostly just need to figure out how to rework lambdas and some other situations like that .
It should work fairly well for most things.
Play with your own code using an automatic converter.
|
Ask your Facebook Friends
|
I am trying to become more familiar with SQL by writing queries against the Northwind database.
I am looking for some exercises that would help me to learn SQL and features of SQL Server. It is important that the exercises have solutions, and in complicated...
Started by MedicineMan on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
But in my opinion, unless you.
Toy examples,exercises are good.
exercises + answers
I did an interview with the author a while back about this book, you can find) and figure out the best way of doing it.
|
|
I learned a lot of Perl RegEx syntax rules, but probably the only way to actually be able to write them is to do a bunch of 'RegEx' related exercises.
I looked over the other "Learn RegEx" threads on StackOverflow, but haven't found anything similar.
...
Started by Jox on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Just check out the source.
Perl Student Workbook each have regular expression exercises and answers.
|
|
I'm looking for interesting exercises to code that would be suitable for an intermediate level c++ programmer. I know that the 'term' intermediate covers a lot of ground and varies from person to person but just post what you think would fall into the...
Started by Jamin Huntley on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
For the former, you can try implementing and optimizing algorithms to do has many exercises which are....
Kind of exercises you want; you can focus on general programming oriented exercises, or more language-specific exercises.
|
|
I am looking for some exercises or small tasks (Similar to one we get in exams). I have a book which teaches the theory and some example and I do get the Idea from the text but I need exercises to get satisfaction that I really know the basics and syntax...
Started by Zai on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Thought it might be a little bit advanced, it might be worth trying... .
Try this, http://www.yoda.arachsys.com/csharp/teasers.html , from Jon Skeet, one of the gurus .
You could try Project Euler or Dave Thomas' Code Kata .
I would give Project Euler a shot.
|
|
I can not seem to find this exactly as a post, but what I am looking for is a list of exercises to help me get better at programming. Like Fibonacci sequences, temperature conversions, etc. A website would be great. Thanks for any help.
Started by Size_J on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
These 15 exercises may also be good for learning new exercises to Know a Programming Language - This list is much tougher than the one linked to by Roc.
By seeing what is easier in one or the other .
|
|
I am running a series of workshops for colleagues cross training to C#. The theory content is fine, but I am finding it hard to come up with interesting exercises for them to do.
Anyone have an ideas or links to exercies that are simple enough for noobs...
Started by KiwiBastard on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
I find that exercises coding try this one ;)
To be honest, one of the more interesting coding exercises I have done has.
All the classics usually work very well:
Tower of Hanoi Fiz Buzz Etc .
|
|
I'm in the process of creating exercises in how to write a plug-in to a system integration tool. We will have the correct answers implemented for demonstration after exercises, but the students will receive source where some methods are empty and just...
Started by Christian on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You're probably better off with a simple program that recognises methods prefixed by the annotation and replaces the contents of the methods opening and closing... .
I'm not sure APT can do this as you'd need access to the source code to spit out the results .
|