Skip to content

Commit

Permalink
Fixed broken link in grains performance doc (#3822)
Browse files Browse the repository at this point in the history
  • Loading branch information
jddelaune authored Nov 17, 2024
1 parent 102bfb7 commit da351ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/grains/.articles/performance/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pow square 64: 5.738279999932274e-07
Using `if number not in range(1, 65):` was over `125` nanoseconds longer than using `if number < 1 or number > 64:` for all approaches.

[approaches]: https://exercism.org/tracks/python/exercises/grains/approaches
[approach-bit-shifting]: https://exercism.org/python/csharp/exercises/grains/approaches/bit-shifting
[approach-bit-shifting]: https://exercism.org/tracks/python/exercises/grains/approaches/bit-shifting
[approach-pow]: https://exercism.org/tracks/python/exercises/grains/approaches/pow
[approach-exponentiation]: https://exercism.org/tracks/python/exercises/grains/approaches/exponentiation
[benchmark-application]: https://github.com/exercism/python/blob/main/exercises/practice/grains/.articles/performance/code/Benchmark.py
Expand Down

0 comments on commit da351ae

Please sign in to comment.