38
votes
15answers
2k views
Where can you find fun/educational programming challenges?
I've searched around for different challenge sites, and most of them seem to be geared towards difficulty in problem solving logically, rather than trying to use your language of c …
24
votes
13answers
547 views
Have you ever derived a programming solution from nature?
When you step back and look at ...
the nature of animals, insects, plants and the problems they have organically solved
perhaps even the nature and balance of the universe
Hav …
23
votes
26answers
1k views
What is a good application programming problem to solve for beginners?
UPDATE
Please do not post game ideas. I am not looking for game
ideas here.
I am looking for ideas like; "Network
browser", "File encrypter",
"Notepad-clone", " …
18
votes
9answers
777 views
What Does OSGi Solve?
I've read on wikipedia and other sites about OSGi, but I don't really see the big picture. It says that it's a component based platform, and that you can reload modules at runtime. …
16
votes
7answers
1k views
Riddle: The Square Puzzle
Last couple of days, I have refrained myself from master's studies and have been focusing on this (seemingly simple) puzzle:
There is this 10*10 grid which constitutes a squar …
16
votes
15answers
794 views
Blogs to freshen up my math (in practice)
My question, his question, but blogs as resources to be specific.
I find blogs great to keep up to date... refresh material...
So do you know any blogs who tackle math-related pr …
16
votes
30answers
1k views
Which book dramatically changed your way of approaching problems?
In your CS career, which book dramatically changed your way of approaching problems?
Most Frequently mentioned:
Code Complete (MS Press)
The Pragmatic Programmer
Martin Fowler's …
14
votes
9answers
1k views
What problems could be solved using Genetic Programming?
Today I read this blog entry by Roger Alsing about how to paint a replica of the Mona Lisa using only 50 semi transparent polygons.
I'm fascinated with the results for that partic …
12
votes
13answers
2k views
How to improve problem solving skills?
I am always looking for ways to improve my programming skills, and one of the most important of those is problems solving.
This question addresses some techniques people use for …
8
votes
20answers
669 views
What are the most common problems you are asked to solve as a programmer?
Some problems must have seemed repetitive before the days of huge standard libraries.
To prevent duplication, remember to look through answers first before replying.
8
votes
19answers
533 views
Can you share your secrets or best practices for Problem Solving?
I heard that Kent Beck who leads XP used so many color pencils to stimulate his brain when he needed to solve the problem. I tried Kent's method and it really worked for me. I don' …
7
votes
21answers
832 views
What’s your Modus Operandi to solving a (programming) problem?
While solving any programming problem, what is your modus operandi? How do you fix a problem?
Write everything you can about the observable behaviors of the bug or problem?
Take …
7
votes
16answers
652 views
What is your most useful programming related website?
Which is your most useful and important website for programming?
I don't want to know which website you visit daily like discussed here, but where do you go to get your programmin …
7
votes
13answers
1k views
Design & Coding - top to bottom or bottom to top?
When coding, what in your experience is a better approach?
Break the problem down into small enough pieces and then implement each piece.
Break the problem down, but then implem …
6
votes
7answers
578 views
Best way to solve a distance problem
There are a set of point that are collinear. The problem is to add a new point that lies in the same line so that sum of distance from the new point to existing points is minimum.
…
