Skip to content

Commit

Permalink
replace underscore with dash for my bril program's name, to be cohere…
Browse files Browse the repository at this point in the history
…nt with others; mention major-elm in the docs
  • Loading branch information
jiahanxie353 committed Aug 31, 2023
1 parent d02c3b3 commit 262ea10
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/tools/bench.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The current benchmarks are:
* `gcd`: Calculate Greatest Common Divisor (GCD) of two input positive integer using [Euclidean algorithm][euclidean_into].
* `hanoi`: Print the solution to the *n*-disk [Tower of Hanoi][hanoi] puzzle.
* `loopfact`: Compute *n!* imperatively using a loop.
* `major-elm`: Find the majority element in an array using [a linear time voting algorithm](https://www.cs.utexas.edu/~moore/best-ideas/mjrty/).
* `mandelbrot`: Generates a really low resolution, ascii, [mandelbrot set][mandelbrot].
* `mat-inv` : Calculates the inverse of a 3x3 matrix and prints it out.
* `mat-mul`: Multiplies two `nxn` matrices using the [naive][matmul] matrix multiplication algorithm. The matrices are randomly generated using a [linear congruential generator][rng].
Expand Down

0 comments on commit 262ea10

Please sign in to comment.