active questions tagged problem-solving - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T23:26:32Z http://stackoverflow.com/feeds/tag/problem-solving http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1076331/a-problem-during-running-oracledbconsoleoracle-service 0 A problem During running OracleDBConsoleoracle service Waheedoo 2009-07-02T19:47:54Z 2009-12-01T23:00:02Z <p>I am facing this problem when I try to run OracleDBConsoleoracle in oracle 11</p> <p>"Windows could not start the OracleDBConsoleoracle on Local Computer.For more information, review the System Event Log.If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 2."</p> <p>Noteice:I was online when I installed Oracle 11.</p> <p>What's the problem? Thanks...</p> http://stackoverflow.com/questions/1825068/when-was-this-clock-bought 1 When was this clock bought? Unsliced 2009-12-01T09:38:34Z 2009-12-01T11:00:38Z <p>The clock on the gym wall also shows the day name and the day of the month. This morning it showed Tuesday - 23. </p> <p>The day obviously rotates through a cycle of 7 - and showed "Tuesday" correctly. The day of the month, though, presumably rotates through a cycle of 31 and showed "23" incorrectly - today is the 1st December (ie. not the 31st November). So this error has been slowly accruing over time. </p> <p>Given the assumption that no-one has ever reset the clock, what's the most elegant, quick, optimised way of suggesting some of the possible dates for when this clock was bought brand new. </p> <p>(Bonus credit for showing when the clock will again show the correct day/number combination.) </p> http://stackoverflow.com/questions/1823431/which-is-a-better-language-c-or-python-for-complex-problem-solving-exercises 2 which is a better language (C++ or Python) for complex problem solving exercises (ex. Graphs) ? KaluSingh Gabbar 2009-12-01T01:08:54Z 2009-12-01T02:38:52Z <p>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 <strong>faster</strong> <em>to develop</em> and less time is spent in programming details which does not actually earn anything solution wise.</p> <p><strong>EDIT 2</strong>: I plan to use <em>python-graph</em> lib from Google-codes, Please provide example codes if you have used it.</p> <p><strong>EDIT 1</strong>: <em>faster</em> - less time &amp;&amp; less work to code the solution</p> <p>Thank you all for your help !</p> http://stackoverflow.com/questions/1814867/can-dancing-links-be-applied-to-this-csp 0 Can Dancing Links be applied to this CSP? John V. 2009-11-29T06:55:19Z 2009-11-30T17:10:49Z <p>Can the Dancing Links implementation of Knuth's Algorithm X be used to solve <a href="http://en.wikipedia.org/wiki/Hidato" rel="nofollow">this CSP</a>? In this game the first and last number are always already in the board and I belive there's only one solution to each well formulated problem.</p> http://stackoverflow.com/questions/1813780/true-odds-of-winning-a-contest 0 True Odds of Winning a Contest [closed] James Brown 2009-11-28T21:04:20Z 2009-11-28T21:39:50Z <p>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 to all our patrons. Each, of these numbered pucks, is based on the players' jersey numbers, so when any Canuck player scores a goal, whomever has that player's puck can do 1 of 2 things...they can either take a free 20oz pint of draft beer or they can turn that beer in for a shot at the Prize Locker.</p> <p>How the Prize Locker works: In a vase we have 16 keys for the contestant to choose from, 8 that will open the locker and 8 that won't. Once the contestant is in the Locker, there are 400 identical white envelopes that contain 360 prizes, one of which is a Brand New Car.</p> <p>How in the world would I calculate:</p> <p>a) chances/odds of winning any prize in the Locker when your player scores? b) chances/odds of pulling the 1 envelope containing the New Car ticket? c) is there a formula that as envelopes are removed from the locker, I can calculate the increasing odds for the contest?</p> <p>I am hoping that this is a simple problem for someone out there, because i can't find an online calculator for the odds, and it is way out of my mathematical league.</p> <p>Thanks in advance! James</p> http://stackoverflow.com/questions/336350/what-is-the-most-challenging-technical-problem-youve-solved-in-your-life 4 What is the most challenging technical problem you've solved in your life? Christopher Lang 2008-12-03T06:26:55Z 2009-11-22T16:25:46Z <p>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 implement it and it works magically. I've been thinking about some of my favorite challenges and how I eventually solved them - I think it would be interesting to hear what everyone else would classify as their hardest problem solved...</p> http://stackoverflow.com/questions/24692/where-can-you-find-fun-educational-programming-challenges 38 Where can you find fun/educational programming challenges? tj9991 2008-08-23T23:08:03Z 2009-11-22T05:09:34Z <p>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 something you haven't used it for. Their center is around mathematics rather than function design.</p> <p>Some kind of point system for correctly solving challenges, or solving them the most efficient/smallest would be neat as well.</p> <h2>Listed sites</h2> <ul> <li><strong><a href="http://projecteuler.net/" rel="nofollow">Project Euler</a></strong></li> <li><a href="http://www.topcoder.com/tc" rel="nofollow">TopCoder</a></li> <li><a href="http://icpcres.ecs.baylor.edu/onlinejudge/index.php" rel="nofollow">UVa Online Judge</a></li> <li><a href="http://www.pythonchallenge.com/" rel="nofollow">Challenges with Python</a></li> <li><a href="http://code.google.com/codejam/" rel="nofollow">Google Code Jam</a></li> <li><a href="http://www.programming-challenges.com/pg.php?page=index" rel="nofollow">Programming Challenges</a></li> <li><a href="http://forum.lessthandot.com/viewforum.php?f=102" rel="nofollow">Less Than Dot</a></li> <li><a href="http://cm2prod.baylor.edu/" rel="nofollow">ACM's Programing Contest archive</a></li> <li><a href="http://train.usaco.org/usacogate" rel="nofollow">USACO problems</a></li> <li><a href="http://www.itasoftware.com/careers/SolveThisWorkHerePuzzles.html" rel="nofollow">ITA Software's puzzle page</a></li> <li><a href="http://refactormycode.com/" rel="nofollow">Refactor My Code</a></li> <li><a href="http://www.rubyquiz.com/" rel="nofollow">Ruby Quiz</a></li> </ul> http://stackoverflow.com/questions/1737913/problems-for-backwards-thinking -2 Problems for backwards thinking? [closed] acidzombie24 2009-11-15T15:54:21Z 2009-11-15T17:24:59Z <p>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 given to me a few months ago. I would like more question like things, program orientated or not.</p> <blockquote> <p>You are on an island with three natives. You must figure out which native is lying to you and which are not. The native must either only tell the truth or must only tell a lie. The first native speaks but you cannot hear. The others hear him. The second says the first native said he tells the truth and he does in fact tell the truth. I also tell the truth. The 3rd guy say the 2nd native is a liar.</p> </blockquote> <p>Solution: (Maybe some of you dont want to read this?) The 3rd guy is easy, he is the opposite of the 2nd. The first we did not hear so we are focusing on what the 2nd said. If he tells the truth this is simple, the first two tells the truth and the 3rd lies. The hard part if confirming it by checking his statement in the case he lies.</p> <p>I dont feel like rephrasing this so i'll copy paste my reply</p> <blockquote> <p>If the 2nd was lying; saying the first is a truth teller would mean the 1st is a liar. Then the 1st MUST say he is a truth teller so the 2nd MUST say the first said he is a liar. Which didnt happen the 2nd must be telling the truth, the first is obviously telling the truth because the confirmed truth telling 2nd said the first was and the 3rd is a lying by saying the 2nd is a liar.</p> </blockquote> <p>The problem i had was making up what the first person would say and go backwards to confirm it. That is counter intuitive to me. What brain teasers or problems can you guys think of that involves backward thinking?</p> http://stackoverflow.com/questions/1529298/whats-your-modus-operandi-to-solving-a-programming-problem 7 What's your Modus Operandi to solving a (programming) problem? Ravi 2009-10-07T03:12:39Z 2009-11-13T16:54:09Z <p>While solving any programming problem, what is your <em><a href="http://en.wikipedia.org/wiki/Modus%5Foperandi" rel="nofollow">modus operandi</a></em>? How do you fix a problem?<br> Write everything you can about the observable behaviors of the bug or problem? </p> <p>Take me through the mental checklist of actions you take.</p> http://stackoverflow.com/questions/736155/trim-string-to-length-ignoring-html 2 Trim string to length ignoring HTML. steve_c 2009-04-09T22:50:14Z 2009-11-13T11:10:19Z <p>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 truncated summary of the news item.</p> <blockquote> <p>For example, here is the full text we are displaying, including HTML</p> <p><br/> In an attempt to make a bit more space in the office, kitchen, I've pulled out all of the random mugs and put them onto the lunch room table. <strong>Unless you feel strongly about the ownership of that Cheyenne Courier mug from 1992 or perhaps that BC Tel Advanced Communications mug from 1997, they will be put in a box and donated to an office in more need of mugs than us.</strong> <br/></p> </blockquote> <p>We want to trim the news item to 250 characters, but exclude HTML.</p> <p>The method we are using for trimming currently includes the HTML, and this results in some news posts that are HTML heavy getting truncated considerably.</p> <p>For instance, if the above example included tons of HTML, it could potentially look like this:</p> <blockquote> <p>In an attempt to make a bit more space in the office, kitchen, I've pulled...</p> </blockquote> <p>This is not what we want. </p> <p>Does anyone have a way of tokenizing HTML tags in order to maintain position in the string, perform a length check and/or trim on the string, and restore the HTML inside the string at its old location?</p> http://stackoverflow.com/questions/1726464/when-programming-should-you-focus-on-one-thing-at-a-time-even-if-you-get-stuck 2 when programming, should you focus on one thing at a time, even if you get stuck on one step ? [closed] aoghq 2009-11-13T00:58:07Z 2009-11-13T01:16:41Z <p>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.</p> <p>is this bad? if you get stuck on a problem, should you move on to the other ones and continue coding ?</p> <p>its like a final exam, you have many questions to answer but you get stuck on one, and you waste time....</p> http://stackoverflow.com/questions/55210/algorithm-to-generate-anagrams 6 Algorithm to generate anagrams.. Prakash 2008-09-10T20:15:17Z 2009-11-10T05:34:08Z <p>What would be the best strategy to generate anagrams.</p> <blockquote> <pre><code>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 original letters exactly once; ex. </code></pre> <ul> <li><strong>Eleven plus two</strong> is anagram of <strong><em>Twelve plus one</em></strong> </li> <li><strong>A decimal point</strong> is anagram of <strong><em>I'm a dot in place</em></strong></li> <li><strong>Astronomers</strong> is anagram of <strong><em>Moon starers</em></strong></li> </ul> </blockquote> <p>At first it looks straightforwardly simple, just to jumble the letters and generate all possible combinations. But what would be the efficient approach to generate only the words in dictionary.</p> <p>I came across this page, <a href="http://lojic.com/blog/2007/10/22/solving-anagrams-in-ruby/" rel="nofollow">Solving anagrams in Ruby</a>. </p> <p>But what are your ideas?</p> http://stackoverflow.com/questions/1697334/algorithm-for-solving-sudoku 0 Algorithm for solving Sudoku ragsagar 2009-11-08T17:54:19Z 2009-11-08T21:59:38Z <p>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 whole box with all possible numbers, then inserts known values into the corresponding boxes.From the row and coloumn of known values the known value is removed.If you guys know any better algorithm than this please help me to write one. Also I am confused that how i should read the known values from the user. It is really hard to enter the values one by one through console. Any easy way for this other than using gui?</p> http://stackoverflow.com/questions/1658278/debugging-high-level-versus-low-level-bugs 0 Debugging: High-level versus low-level bugs dsimcha 2009-11-01T20:52:20Z 2009-11-03T09:57:28Z <p>What is the approximate ratio of time you typically spend debugging high-level versus low-level bugs?</p> <p>For the purposes of this discussion, high-level bugs are things like incorrect algorithms, bad assumptions about input data and/or operating environment, cases that were overlooked in the initial implementation of something, forgetting to deal with boundary conditions/edge cases, etc. For the sake of discussion, they can also include poor design decisions that introduce limitations into the code and are non-trivial to change, even though this is stretching the definition of a bug. In other words, high-level bugs are bugs caused by not meaning what you should have meant.</p> <p>Low-level bugs are things like memory management and corruption problems, null pointer dereferences that aren't caused by high-level bugs, subtle syntax errors that get past the compiler, off-by-one errors when doing stuff with arrays, etc. In other words, they are bugs caused by not coding what you meant.</p> <p>Also, for the sake of comparison, what language(s) do you primarily use and what type of programming do you primarily do?</p> http://stackoverflow.com/questions/386831/troubleshooting-program-does-not-contain-a-static-main-method-when-it-clearly 3 Troubleshooting "program does not contain a static 'Main' method" when it clearly does...? adeena 2008-12-22T17:36:35Z 2009-10-31T12:36:17Z <p>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.</p> <p>I reopen it and (before doing anything else) go to "Publish" my program and get the following error message:</p> <p>"Program C:\myprogram.exe does not contain a static 'Main' method suitable for an entry point"</p> <p>Huh? Yes it does... and it was all working 15 min earlier. Sure, I can believe that I accidentally hit something or done something before I closed it up... but what? How do I troubleshoot this? </p> <p>My Program.cs file looks like this:</p> <pre><code>using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using System.Threading; namespace SimpleAIMLEditor { static class Program { [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new mainSAEForm()); } } </code></pre> <p>...and there are some comments in there. There are no other errors.</p> <p>Help? </p> <p>-Adeena</p> http://stackoverflow.com/questions/1496641/can-i-ask-for-some-guidance-in-solving-this-algorithm-related-problem 0 Can I ask for some guidance in solving this algorithm related problem? zeroDivisible 2009-09-30T07:49:30Z 2009-10-31T02:42:20Z <p>Hello,</p> <p>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. Usually I can write and code correct algorithm for simpler problems - I understand most of the basic concepts regarding things like recursion or graphs. </p> <p>The problem is, that most of the time, I fail at solving harder problems. As for now, I stumbled across this one (on spoj.pl):</p> <blockquote> <p>Little Johnny is playing with his small magical stamp, trying to draw a bunny on a piece of paper that is a square k by k divided into unit squares with side 1. Johnny’s stamp is a square with side 3 and consists of smaller squares with side 1. Exactly two of these squares are protuberant. Moreover, both protuberant squares are in the same row or in the same column. If Johnny wants to draw pictures using this stamp, he presses it to the piece of paper in such a way that its protuberant squares exactly match some squares of the piece of paper. If some protuberant square touches the piece of paper, the touched square on the piece of paper changes its color — from black to white or from white to black. The small stamp may lay partially outside the piece of paper, but the protuberant squares always have to lay inside. The stamp can be shifted in any way, but it cannot be rotated.</p> <p>In the beginning the piece of paper is whole white. The bunny consists of some number of squares that are black (all the remaining ones have to be white). Johnny tried to draw the bunny with his small stamp for quite a long time, but he did not succeed (this does not necessarily mean that the bunny cannot be drawn, but only that it is very difficult to draw pictures on such a large piece of paper using such a small stamp!). So he asked his older brother, big John, for help.</p> <p>Big John can help little Johnny by giving him his big magical stamp. The big stamp has size s by s and has an arbitrary number of protuberant squares (these squares do not necessarily need to be located in the same row or column). This stamp works just like the small stamp, but enforces one additional constraint — it can only be pressed at the piece of paper if it lies totally inside the piece of paper.</p> <p>Before big John gives little Johnny his big stamp, he would like to make sure that the stamps used together are sufficient to draw the bunny. He asked you for help in determining that. Input</p> <p>The first line of the standard input contains one integer t (1 ≤ t ≤ 10) denoting the number of test cases.</p> <p>A description of a single test case starts with a line with two integers s and k (1 ≤ s ≤ k ≤ 1000, 1 ≤ s ≤ 200) separated by a single space. They denote the size of big John’s stamp and the size of the piece of paper.</p> <p>The following three lines contain a description of the little Johnny’s stamp. Each of these lines contains three characters 0 or 1. Such a description shows how does a white piece of paper look like after pressing the small stamp: 0 represents a white square, and 1 — a black square. Exactly two characters in these three lines are ones and are both located either in the same row or in the same column. Please note that such description does not illustrate the design of the stamp itself — the stamp is symmetric to the figure drawn by it on the piece of paper.</p> <p>The following s lines contain a description of the big John’s stamp in a similar format; this description may, however, contain an arbitrary number of ones. The following k lines describe the bunny, in the same format as the one used in the descriptions of stamps. A one represents a black square, whereas a zero — a white square.</p> <p>Output</p> <p>For each test case write out to the standard output a single line with a word "YES" (without quotation marks) or "NO", depending on whether the bunny from the test case can be drawn using the stamps from the test case (together).</p> <p>Example</p> <p>For the input data: </p> <pre><code>2 3 8 010 000 010 000 010 011 01100000 00100000 00010000 00001100 00011110 10111100 01111100 01111110 5 10 001 001 000 00000 10100 00001 00001 00100 0011110000 0000111000 0010011100 0111001110 1110000000 1101001000 1000001100 0110110110 0001001000 0000110000 </code></pre> <p>the correct output is: </p> <pre><code>NO YES </code></pre> </blockquote> <p>The trick is, that the fact that I can code simple solutions, doesn't mean, that I can code the hard ones. It is similar to the fact, that in some games, after reaching certain level, killing weak enemies doesn't give you any(or very low amounts) experience.</p> <p>I don't want any solutions nor ready algorithms - but can I ask for some guidelines? </p> <p>What is a correct way of thinking when trying to solve this kind of problems (or this specific one)? </p> http://stackoverflow.com/questions/43434/how-to-improve-problem-solving-skills 12 How to improve problem solving skills? Oded 2008-09-04T09:55:39Z 2009-10-26T08:02:19Z <p>I am always looking for ways to improve my programming skills, and one of the most important of those is problems solving. </p> <p>This <a href="http://beta.stackoverflow.com/questions/13289/can-you-share-your-secrets-or-best-practices-for-problem-solving" rel="nofollow">question</a> addresses some techniques people use for problem solving, but not as much how they aquires the skill and improve on it.</p> <p>One answer <a href="http://beta.stackoverflow.com/questions/13289/can-you-share-your-secrets-or-best-practices-for-problem-solving#13380" rel="nofollow">Links</a> to several books on the subject, which for me is one of the steps in getting there.</p> <p>What other books and techniques can you recommend for improving problem solving skills?</p> http://stackoverflow.com/questions/505976/solving-business-problems-dev-competitions-do-they-exist 3 "Solving Business Problems" Dev Competitions - Do They Exist? Stu Andrews 2009-02-03T04:05:47Z 2009-10-24T05:28:26Z <p>G'day All. First time question-asker.</p> <p>A recent question (<a href="http://stackoverflow.com/questions/505404/what-are-good-programming-competitions">http://stackoverflow.com/questions/505404/what-are-good-programming-competitions</a>) asked about good programming competitions. This got me thinking.</p> <p>My question is, <strong>What competitions exist for the Solving of Business Problems?</strong> </p> <p>Yeah, I know Real Life is the actual competition, but humor me :)</p> <p>All the competitions I can find are mostly solving pretty hardcore "coding" problems.</p> <p>What I'm interested in is people wanting solutions to, for example, "Bobby needs an online Document Management System for his 1000 client offices. One central database. One central login. Go nuts. You have 24 hours before Bobby goes all 'breakfast menu'."</p> <p>Perhaps this would never work. But I thought I'd ask you guys, see what you thought.</p> http://stackoverflow.com/questions/960283/using-graph-theory-to-generate-an-exam-schedule 1 Using graph theory to generate an exam schedule khan0 2009-06-06T18:43:52Z 2009-10-23T16:17:37Z <p>Hey SO,</p> <p>I came across this website while looking for help on the internet regarding adj. matrix / graph theory. </p> <p><strong>My program layout is as follows</strong>:</p> <ul> <li>student name + courses stored in a 2D</li> <li>array array with all distinct courses</li> </ul> <p><strong>I am trying to achieve the following</strong>:</p> <ul> <li>use adjacency matrix to create an exam schedule where no student needs to write more than one exam a day</li> </ul> <p><strong>Once the matrix is made, the results on the screen should be displayed as:</strong></p> <ul> <li>output a day by day exam schedule by course </li> <li>output the exam days of any student inquired</li> </ul> <p>I am not really sure how to work on this. AFAIK, the best approach would be to create an overall exam schedule of all the distinct courses and computing it in such a way that no exams conflict with one another. </p> <p>Any help/advice/links is greatly appreciated.</p> <p><hr /></p> <p>Any suggestions on how to program this? I can't seem to find any pseudo code or guidance on programming the graph coloring problem.</p> http://stackoverflow.com/questions/106222/what-does-osgi-solve 18 What Does OSGi Solve? Pablo Fernandez 2008-09-19T22:45:49Z 2009-10-20T16:18:14Z <p>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. Also the "practical example" given everywhere is the Eclipse Plugin Framework.</p> <p>My questions are:</p> <p>1) What is the CLEAR and SIMPLE definition of OSGi?</p> <p>2) What COMMON PROBLEMS does it solve?</p> <p>By "common problems" I mean problems we face everyday, like "what can OSGi do for making our jobs more efficient/fun/simple"</p> <p>Thanks.</p> http://stackoverflow.com/questions/937646/can-abstract-thinking-be-taught 4 Can abstract thinking be taught? fung 2009-06-02T02:07:46Z 2009-10-15T14:54:13Z <p>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.</p> <p>So, my question is do you guys think abstract thinking can be taught? And if so how? Or should I start preparing an exit strategy?</p> <p>I'm sure some of you guys have been caught in the same predicament before, what did you do?</p> http://stackoverflow.com/questions/1549533/know-of-a-puzzleland 0 Know of a Puzzleland? [closed] Manav Sharma 2009-10-11T01:00:30Z 2009-10-11T01:11:51Z <p>Puzzles have always been among the favorites for interviewers.</p> <p>No doubt they reveal a lot about the problem solving capabilites of the candidate.</p> <p>Can we all try to put in our 5 cents for the best of the best puzzle websites/ books out there?</p> <p>One of them I know is 'How would you move Mount Fuji'</p> <p>Thanks</p> http://stackoverflow.com/questions/1371128/do-you-ever-get-coders-block-and-what-are-the-usual-causes-and-solutions 0 Do you ever get coder's block, and what are the usual causes, and solutions? Ryan 2009-09-03T02:20:44Z 2009-10-08T05:49:00Z <h3>Probably duplicate of</h3> <ul> <li><a href="http://stackoverflow.com/questions/45374/dealing-with-coders-block-or-blank-form-syndrome">Dealing with “Coder’s Block” (or blank form syndrome)</a></li> </ul> <p>Coder's block similar to writer's block that is. Common things I can think that are giving me coder's block right now are (I think) focusing on the big picture so much that I don't know where to start, or knowing exactly what I want to do with a certain technology but not knowing how to actually begin. What other things have you noticed cause coder's block?</p> <p>Then after that, PLEASE, what's the best solution you have found to cut off the source of your coder's block?</p> http://stackoverflow.com/questions/1415690/problem-solving-in-c-with-stl 4 Problem solving in C++ with STL gujo 2009-09-12T17:38:27Z 2009-10-07T20:41:42Z <p>I am preparing for a programming competition in witch we solve programming problems in c++. </p> <p>Looking at the former year solutions, they seem quite easy (not more than ~30 lines of code). I realised that they are widely using the STL for easy manipulating - vectors, sets, maps, lists and also the algorithms available in STL.</p> <p>Any site for beginners like me who want to learn the features of STL and its use in solving problems ? </p> <p>Thank you in advance. </p> http://stackoverflow.com/questions/1496278/where-to-get-good-algorithm-problem-with-solutions 1 Where to get good algorithm problem with solutions Roy 2009-09-30T05:43:35Z 2009-09-30T13:34:50Z <p>Hi all,</p> <p>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 fewer memory usage and shorter CPU time cost which after refactories my code can not achieve. Is there any problem set have elegant solutions with them? I wanna to read the solution to find where to fill the gap. Thanks in advance!</p> http://stackoverflow.com/questions/379405/how-important-is-diversity-in-a-team-of-programmers 4 How important is diversity in a team of programmers? Candidasa 2008-12-18T21:43:00Z 2009-09-28T23:02:33Z <p>Lots of companies have "diversity" as one of their goals. I.e. people from a wide variety of backgrounds. The idea being that different backgrounds will result in different ways of approaching problems and the result will be better solutions.</p> <p>How much is this true in practice? Do you find it is good to have teams consisting of people from different countries, with different religions, of different genders, speaking different languages, and different political affiliations? Does such diversity help solve problems or does it just result in lots of in-fighting and/or miscommunication? </p> http://stackoverflow.com/questions/1388442/php-problem-solving -1 PHP Problem Solving oktet8 2009-09-07T08:29:13Z 2009-09-22T11:00:24Z <p>What's the best way to create a PHP form that takes a users input in the form of five decimal numbers:</p> <ul> <li>displays the five decimal numbers</li> <li>display the sum of the five decimal numbers</li> <li>display the average the five decimal numbers</li> <li>display each number rounded to the nearest integer?</li> </ul> http://stackoverflow.com/questions/1359954/what-do-you-do-when-you-encounter-a-tricky-problem 0 What do you do when you encounter a tricky problem? MemoryLeak 2009-08-31T23:56:39Z 2009-09-20T18:28:40Z <p>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!</p> <p><strong>NOTES:</strong> Could someone introduce something about problem solving practice?</p> http://stackoverflow.com/questions/1130122/1x1049-in-decimal-how-binary-bits-is-that-and-how-would-you-convert-it-to-bina 2 1x10^49 in decimal - how binary bits is that and how would you convert it to binary? Jon Cram 2009-07-15T08:29:43Z 2009-09-16T08:27:33Z <p>I've encountered a website that uses a 50-digit decimal integer ID in a URL query string, which seems a little excessive.</p> <p>The smallest 50-digit decimal number is <code>1.0 x 10^49</code>, otherwise known as:</p> <pre><code>1000000000 0000000000 0000000000 0000000000 0000000000 </code></pre> <ol> <li>How many bits would the binary representation contain?</li> <li>How would you approach converting such a large decimal number to binary, taking into consideration the range limit of unsigned 32-bit-integer or 64-bit integers?</li> </ol> <p>I ask out of pure programmer curiosity only - this is not a college question, work problem or interview puzzle!</p> http://stackoverflow.com/questions/767912/riddle-the-square-puzzle 16 Riddle: The Square Puzzle rpr 2009-04-20T11:41:59Z 2009-09-13T11:46:45Z <p>Last couple of days, I have refrained myself from master's studies and have been focusing on this (seemingly simple) puzzle: </p> <p><hr /></p> <p>There is this 10*10 grid which constitutes a square of 100 available places to go. The aim is to start from a corner and traverse through all the places with respect to some simple "traverse rules" and reach number 100 (or 99 if you're a programmer and start with 0 instead :) </p> <p>The rules for traversing are:<br /> 1. Two spaces hop along the vertical and horizontal axis<br /> 2. One space hop along the diagonals<br /> 3. You can visit each square only once</p> <p>To visualise better, here is a valid example traverse (up to the 8th step):<br /> <img src="http://img525.imageshack.us/img525/280/squarepuzzle.png" alt="Example Traverse" /></p> <p><hr /></p> <p>Manually, I have been working on this puzzle out of boredom. For years, I have tried to solve it by hand from time to time, but I have never gone beyond 96. Sounds easy? Try yourself and see for yourself :)</p> <p>Thus, in order to solve the problem, I have developed a short (around 100 lines of code) program in Python. I am a beginner in this language I wanted to see what I can do.<br /> The program simply applies exhaustive try &amp; error solving technique. In other words: brute force depth first search.</p> <p>My question arises from here on: The program, unfortunately cannot solve the problem because the state space is so big that search never ends withouh ever finding a solution. It can go up to number 98 (and prints that) without much difficulty, nonetheless not a complete solution.<br /> The program also prints out the length of the search tree it has covered so far. In a couple of minutes, the traverse list from, say, 65th element is covered till the end, for just one single path. This number decreases in exponentially increasing time periods. I have run the code for quite some time and could not get beyond 50 barrier and now I am convinced.</p> <p>It seems that this simple approach will not be enough unless I run it for ever. So, how can I improve my code to be faster and more efficient so that it comes up with solutions?</p> <p>Basically, I am looking forward to see ideas on how to:</p> <ol> <li>Capture and exploit <strong>domain knowledge</strong> specific to this problem</li> <li><p>Apply <strong>programming techniques/tricks</strong> to overcome exhaustion</p> <p>..and finally realize into a substantial solution.</p></li> </ol> <p>Thanks in advance.</p> <p><hr /></p> <p><strong>Revision</strong><br /> Thanks to Dave Webb for relating the problem to domain it belongs: </p> <blockquote> <p>This is very similar to the Knight's Tour problem which relates moving a knight around a chess board without revisiting the same square. Basically it's the same problem but with different "Traverse Rules".</p> </blockquote> <p><hr /></p>