DO NOT USE - prefer constructive questions, or use more descriptive tags.
Here is the Problem Description : Suppose that we wish to know which stories in a N-story building are safe to …
algorithm puzzle dynamic-programmingI am mentioning a few questions which are usually the part of interviews, I dont understand what is the intent …
puzzleFor example, with elements a,b,c,d, there are 5 possible ways to take neighboring elements and reduce them into …
algorithm puzzle catalanI have the following problem: You are given N counters, initially set to 0, and you have two possible operations on …
c# algorithm puzzleI once got the following as an interview question: I'm thinking of a positive integer n. Come up with an …
algorithm math puzzle rational-numbersI recently was asked to design an algorithm that checks if two strings are anagrams of one another. My goal …
c algorithm complexity-theory puzzle anagramIn this earlier question the OP asked the following problem: Given a rectangular grid where some squares are empty and …
algorithm puzzle tilingSay I have 3 char variables, a, b and c. Each one can be '0', which is a special case …
c# puzzle equalityI'm trying to code a 8-puzzle game solver in C++, but I'm having a lot of problems while doing it. …
c++ algorithm distance puzzle sliding-tile-puzzle