Tagged Questions

0
votes
3answers
94 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 …
4
votes
20answers
1k views

What is the most challenging technical problem you’ve solved in your life?

One of the greatest joys (and hardest things to convey to non-programmers) is the feeling of exhilaration we often get when we finally get that "aha!" moment working on a tough problem - then we go …
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 choice to do …
-2
votes
3answers
105 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 …
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 me through the …
2
votes
8answers
626 views

Trim string to length ignoring HTML.

This problem is a challenging one. Our application allows users to post news on the homepage. That news is input via a rich text editor which allows HTML. On the homepage we want to only display a …
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 …
6
votes
12answers
2k views

Algorithm to generate anagrams..

What would be the best strategy to generate anagrams. An anagram is a type of word play, the result of rearranging the letters of a word or phrase to produce a new word or phrase, using all the …
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 …
3
votes
12answers
2k views

Troubleshooting “program does not contain a static ‘Main’ method” when it clearly does…?

My MS Visual C# program was compiling and running just fine. I close MS Visual C# to go off and do other things in life. I reopen it and (before doing anything else) go to "Publish" my program and …
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. …
0
votes
1answer
26 views

A problem During running OracleDBConsoleoracle service

I am facing this problem when I try to run OracleDBConsoleoracle in oracle 11 "Windows could not start the OracleDBConsoleoracle on Local Computer.For more information, review the System Event …
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 problem solving, but …
3
votes
2answers
135 views

“Solving Business Problems” Dev Competitions - Do They Exist?

G'day All. First time question-asker. A recent question (http://stackoverflow.com/questions/505404/what-are-good-programming-competitions) asked about good programming competitions. This got me …

1 2 3 4 5 next
15 30 50 per page