DO NOT USE - prefer constructive questions, or use more descriptive tags.
We all know that you can overload a function according to the parameters: int mul(int i, int j) { return …
c++ function puzzle overloadingI was recently asked in a job interview to resolve a programming puzzle that I thought it would be interesting …
algorithm puzzleMy friend says it's possible to write a C program that will print "hello world" without IF/WHILE/FOR and …
c puzzleall of you have probably seen the moving number/picture puzzle. The one where you have numbers from 1 to 15 in …
puzzleHow many possible unique ways are there to generate a Sudoku Puzzle?? I can think of only two possible ways 1) …
algorithm puzzle sudokuwhy is 24 * 60 * 60 * 1000 * 1000 divided by 24 * 60 * 60 * 1000 not equal to 1000 in Java?
java puzzle mathIs there an elegant way in SQL Server to find all the distinct characters in a single varchar(50) column, across …
sql sql-server string puzzleI got one puzzle and I want to solve it using Python. Puzzle: A merchant has a 40 kg weight which …
python permutation combinations puzzle itertoolsThis is just something that has bothered me for the last couple of days, I don't think it's possible to …
c++ metaprogramming puzzleI have some Morse code that has lost the spaces in between the letters, my challenge is to find out …
puzzle morse-code