File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
exercises/practice/grains/.articles/performance Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ pow square 64: 5.738279999932274e-07
3737Using ` if number not in range(1, 65): ` was over ` 125 ` nanoseconds longer than using ` if number < 1 or number > 64: ` for all approaches.
3838
3939[ approaches ] : https://exercism.org/tracks/python/exercises/grains/approaches
40- [ approach-bit-shifting ] : https://exercism.org/python/csharp /exercises/grains/approaches/bit-shifting
40+ [ approach-bit-shifting ] : https://exercism.org/tracks/python /exercises/grains/approaches/bit-shifting
4141[ approach-pow ] : https://exercism.org/tracks/python/exercises/grains/approaches/pow
4242[ approach-exponentiation ] : https://exercism.org/tracks/python/exercises/grains/approaches/exponentiation
4343[ benchmark-application ] : https://github.com/exercism/python/blob/main/exercises/practice/grains/.articles/performance/code/Benchmark.py
You can’t perform that action at this time.
0 commit comments