DO NOT USE - prefer constructive questions, or use more descriptive tags.
I have a issue with masking images. I do game "puzzle" and have to make custom images. I found and …
iphone ios calayer puzzle cashapelayerHow can I find the factorial of a number (from 1 to 10) in C, without using: loop statements like for, while, …
c algorithm puzzleAs I was reading this (Find the most common entry in an array), the Boyer and Moore's Linear Time Voting …
algorithm language-agnostic puzzleMy girlfriend got this question in an interview, and I liked it so much I thought I'd share it... Write …
algorithm puzzle graph-theory topological-sortHow do I programmatically return the maximum of two integers without using any comparison operators and without using if, else, …
c bit-manipulation max obfuscation puzzleWe have n persons sitting on a round table. Any person can do a handshake with any other person. In …
algorithm puzzle catalanHow can I determine the probability that a function would return 0 or 1 in the following case: Let the function_A …
c algorithm math puzzle probabilityThe question about Single Number II from leetcode is: Given an array of integers, every element appears three times except …
java algorithm bit-manipulation puzzleI am interested in writing a twenty questions algorithm similar to what akinator and, to a lesser extent, 20q.net …
algorithm artificial-intelligence puzzle