ID | NAME | QUALITY | USERS | ACC % | DIFFICULTY C I |
---|---|---|---|---|---|
9493 | Advanced Fruits | 92 | 2212 |
|
|
19301 | Operators (new ver) | 2 | 39 |
|
|
28587 | A problem of Backtracking | 5 | 513 |
|
|
27182 | Easy modified sudoku | 4 | 287 |
|
|
35337 | Faketorial Hashing | 1 | 12 |
|
|
17406 | Cheating a Boolean Tree | 5 | 112 |
|
|
31894 | House Buying Optimizations | 6 |
|
||
36936 | K-Divisors | 2 | 4 |
|
|
1538 | Making Jumps | 11 | 1410 |
|
|
15609 | Spiky Mazes | 21 | 869 |
|
|
34973 | Yet Another Subset Sum Problem | 1 | 2 |
|
|
4525 | Digger Octaves | 6 | 362 |
|
|
224 | Vonny and her dominos | 5 | 642 |
|
#backtracking
Backtracking is a general algorithm for finding all (or some) solutions to a computational problem that incrementally builds candidates to the solutions, and abandons (backtracks) each partial candidate as soon as it is able to determine that it cannot be completed to a valid solution