ID | NAME | QUALITY | USERS | ACC % | DIFFICULTY C I |
---|---|---|---|---|---|
9493 | Advanced Fruits | 92 | 2240 |
|
|
19301 | Operators (new ver) | 3 | 40 |
|
|
28587 | A problem of Backtracking | 5 | 539 |
|
|
27182 | Easy modified sudoku | 4 | 301 |
|
|
35337 | Faketorial Hashing | 1 | 11 |
|
|
17406 | Cheating a Boolean Tree | 5 | 113 |
|
|
31894 | House Buying Optimizations | 6 |
|
||
36936 | K-Divisors | 3 | 11 |
|
|
1538 | Making Jumps | 11 | 1449 |
|
|
15609 | Spiky Mazes | 22 | 982 |
|
|
34973 | Yet Another Subset Sum Problem | 2 | 4 |
|
|
4525 | Digger Octaves | 6 | 379 |
|
|
224 | Vonny and her dominos | 6 | 672 |
|
#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