puzzle
Website for C debugging puzzles [closed]
开发者_StackOverflow社区 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its curr[详细]
2023-01-18 03:51 分类:问答how to optimise this code?
I have a solution to the below problem in PHP. But it is taking too much time to execute for 10 digit numbers. I want to know where am I going wrong ?[详细]
2023-01-17 09:59 分类:问答How to programmatically solve the 15 (moving numbers) puzzle?
all of you have probably seen the moving number/picture puzzle. The one where you have numbers from 1 to 15 in a 4x4 grid, and are trying to get them from random starting position to[详细]
2023-01-14 23:38 分类:问答Rotating a section of a two dimensional array
I\'ve read this SO question on how to rotate a two-dimensional array many times, and I was curious as to how you could expand this situation to work with a section of a two-dimensional array.I\'ve tho[详细]
2023-01-13 07:09 分类:问答How should I cluster items into an ordered collection that makes sense graphically?
I\'ve got an an application wherein I wil开发者_StackOverflowl be provided with an unordered collection of items (objects that can basically be represented as rectangles) and need to put them into a l[详细]
2023-01-13 05:50 分类:问答C puzzle: how will you print something on console?
/*you cannot change anything from here below*/ main() { exit(0); } /*you cannot change anything from here up*/[详细]
2023-01-12 22:27 分类:问答Match-three puzzle games algorithm
I am trying to write a match-thr开发者_StackOverflow社区ee puzzle game like \'call of Atlantis\' myself. The most important algorithm is to find out all possible match-three possibilities. Is there an[详细]
2023-01-11 14:27 分类:问答Python permutation generator puzzle
I am writing a permutation function that generate all permutations of a list in Python. My question is why this works:[详细]
2023-01-10 12:31 分类:问答What is your solution to the "Escape from Zurg" puzzle in C#?
found this puzzle HERE... I made a brute force solution and I would like to know how you woul solve it...[详细]
2023-01-10 11:00 分类:问答The “pattern-filling with tiles” puzzle
I\'ve encountered an interesting problem while programming a random level generator for a tile-based game. I\'ve implemented a brute-force solver for it but it is exponentially slow and definitely unf[详细]
2023-01-09 00:44 分类:问答