2
votes
13answers
255 views
which is a better language (C++ or Python) for complex problem solving exercises (ex. Graphs) ?
I am trying to work on some problems and algorithms. I know C++ but a friend told me that it would be better if done with Python.As it would be much faster to develop and less time is spent in …
0
votes
1answer
52 views
Can Dancing Links be applied to this CSP?
Can the Dancing Links implementation of Knuth's Algorithm X be used to solve this CSP? In this game the first and last number are always already in the board and I belive there's only one solution to …
0
votes
3answers
108 views
True Odds of Winning a Contest [closed]
Hi, I am currently running a contest in my pub where I am putting 3 brand new cars up for grabs. We are a hockey crazy town and before each Vancouver Canucks hockey game we hand out numbered pucks …
-2
votes
3answers
106 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. Here is an example …
2
votes
8answers
87 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 you get stuck on a …
0
votes
4answers
283 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 it by filling the …
0
votes
3answers
64 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 incorrect algorithms, bad …
0
votes
2answers
120 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 cents for the best of …
7
votes
21answers
833 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 me through the …
0
votes
2answers
169 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.onlinejudge.com. …
1
vote
3answers
102 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 people's solution have …
4
votes
3answers
238 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 code). I realised …
-1
votes
4answers
71 views
PHP Problem Solving
What's the best way to create a PHP form that takes a users input in the form of five decimal numbers:
displays the five decimal numbers
display the sum of the five decimal numbers
display the …
0
votes
7answers
129 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's block right now …
0
votes
7answers
165 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!
NOTES:
Could someone …
