ID | NAME | QUALITY | USERS | ACC % | DIFFICULTY C I |
---|---|---|---|---|---|
18164 | Atoms in the Lab | 28 | 3443 |
|
|
328 | Bishops | 79 | 7973 |
|
|
2009 | Cryptography | 1 | 92 |
|
|
314 | Digits of e | 3 | 2887 |
|
|
24 | Small factorials | 146 | 37582 |
|
|
6236 | Matches | 7 | 430 |
|
|
36563 | Hard Fibonacci | 7 | 47 |
|
|
2906 | GCD2 | 53 | 5989 |
|
|
2901 | One Geometry Problem | 9 | 1590 |
|
|
10676 | 0110SS | 24 | 1653 |
|
|
54 | Julka | 155 | 18185 |
|
|
5699 | The last digit re-visited | 37 | 7109 |
|
|
3932 | Point Connection Game in a Circle | 3 | 703 |
|
|
3970 | Convert to Decimal Base System | 51 |
|
||
16034 | Minimum Number | 4 | 477 |
|
|
3023 | Binary multiplication | 3 | 224 |
|
|
35954 | New Data Type | -1 | 106 |
|
|
18905 | Kapti and Balu | 1 | 34 |
|
|
8676 | Digits of Phi (Golden Ratio) | 1 | 286 |
|
|
270 | Digits of Pi | 12 | 5674 |
|
|
5294 | Recurrence | 2 | 251 |
|
|
29748 | Robin Hood | 27 |
|
||
3362 | Setnja | 2 | 236 |
|
|
10334 | SOLDIERS | 5 | 639 |
|
|
1423 | Digits of SQRT(2) | 5 | 2660 |
|
|
738 | Another Counting Problem | 218 |
|
||
71 | Tree | 2 | 404 |
|
|
1002 | Uncle Jack | 11 | 2863 |
|
|
235 | Very Fast Multiplication | 22 | 980 |
|
|
6479 | The Very Greatest Common Divisor | 3 | 84 |
|
|
1475 | Play with Digit Seven | 4 | 90 |
|
#big-numbers
The problem involves arbitrary precision arithmetic
https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic https://en.wikipedia.org/wiki/Karatsuba_algorithm - efficient multiplication algorithm https://en.wikipedia.org/wiki/Toom%E2%80%93Cook_multiplication - as above https://en.wikipedia.org/wiki/Sch%C3%B6nhage%E2%80%93Strassen_algorithm - as above https://en.wikipedia.org/wiki/F%C3%BCrer%27s_algorithm - as above