-2
votes
3answers
102 views
Problems for backwards thinking? [closed]
I have always known i was never good at thinking backwards. I am good at thinking in many styles but backwards always gave me issue. I would like to exercise it with a few problems …
2
votes
8answers
86 views
when programming, should you focus on one thing at a time, even if you get stuck on one step ? [closed]
i find myself often falling into a "mental block" where i can't figure out how to find an approach to a problem. i think about it for a few days until it clicks.
is this bad? if y …
0
votes
4answers
251 views
Algorithm for solving Sudoku
I want to write a code in python to solve a sudoku puzzle. Do you guys have any idea about a good algorithm for this purpose. I read somewhere in net about a algorithm which solves …
7
votes
21answers
821 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 …
0
votes
3answers
63 views
Debugging: High-level versus low-level bugs
What is the approximate ratio of time you typically spend debugging high-level versus low-level bugs?
For the purposes of this discussion, high-level bugs are things like incorrec …
0
votes
2answers
168 views
Can I ask for some guidance in solving this algorithm related problem?
Hello,
In my free time I like polishing my algorithm / programming skills (well, my skills suck and I try to improve them) by solving problems on pages like topcoder.com or uva.on …
4
votes
3answers
230 views
Problem solving in C++ with STL
I am preparing for a programming competition in witch we solve programming problems in c++.
Looking at the former year solutions, they seem quite easy (not more than ~30 lines of …
0
votes
2answers
118 views
Know of a Puzzleland? [closed]
Puzzles have always been among the favorites for interviewers.
No doubt they reveal a lot about the problem solving capabilites of the candidate.
Can we all try to put in our 5 c …
1
vote
3answers
97 views
Where to get good algorithm problem with solutions
Hi all,
I know some algorithm judge online system, but few of them have the solution attached. Most of the time after I deliever my own answer on those system, I can seen other pe …
24
votes
13answers
546 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 …
37
votes
14answers
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 …
0
votes
7answers
163 views
What do you do when you encounter a tricky problem?
What do you do when you encounter a programming problem that is really hard for you to solve, and you have no idea yet?
Usually, how do you solve it at last?
Thanks in advance!
NO …
4
votes
4answers
297 views
T-Sql Query - Get Unique Rows Across 2 Columns
I have a set of data, with columns x and y. This set contains rows where, for any 2 given values, A and B, there is a row with A and B in columns x and y respectivly and there wil …
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 …
0
votes
7answers
128 views
Do you ever get coder’s block, and what are the usual causes, and solutions?
Probably duplicate of
Dealing with “Coder’s Block” (or blank form syndrome)
Coder's block similar to writer's block that is. Common things I can think that are giving me coder' …
