Tagged Questions

0
votes
4answers
153 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 …
8
votes
22answers
797 views

What’s your Modus Operandi to solving a (programming) problem?

When 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
59 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
163 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 …
0
votes
2answers
112 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 …
4
votes
3answers
227 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 …
1
vote
3answers
92 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
545 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 …
0
votes
7answers
159 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 …
0
votes
7answers
123 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' …
4
votes
4answers
263 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 …
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 …
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 …
5
votes
5answers
430 views

Monty Hall Problem

Through trying to explain the Monty Hall problem to a friend during class yesterday, we ended up coding it in Python to prove that if you always swap, you will win 2/3 times. We ca …
4
votes
11answers
601 views

Can abstract thinking be taught?

I broke some of the cardinal rules for hiring and am now stuck with a fairly 'bad' hire. My biggest concern is that the person's abstract thinking is really weak. So, my question …

1 2 3 4 next
15 30 50 per page