This commit is contained in:
Miloslav Ciz 2022-05-09 19:27:44 +02:00
parent d04ce0575d
commit f8fdea7b41
12 changed files with 58 additions and 3 deletions

View file

@ -133,7 +133,7 @@ Following are some common algorithms classified into groups.
- [path tracing](path_tracing.md)
- [ray tracing](ray_tracing.md)
- [math](math.md)
- [Boot'h algorithm]: algorithm for multiplication
- [Boot'h algorithm](booths_algorithm.md): algorithm for multiplication
- [Dijkstra's algorithm](dijkstras_algorithm.md)
- [Euclidean algorithm](euclidean_algorithm.md): computes greatest common divisor
- [numerical algorithms](numerical.md): approximate mathematical functions