Skip to content

Commit

Permalink
readme typo [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
liborty committed Apr 27, 2024
1 parent 53f1447 commit cba3c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Best methods/functions to be deployed, depending on the end type of data (i.e. t
- `u8` -> function `medianu8`
- `u64` -> function `medianu64`
- `f64` -> methods of trait Medianf64
- `T` custom quantisable to u64 -> method `uqmedian` of trait `Median`
- `T` custom quantifiable to u64 -> method `uqmedian` of trait `Median`
- `T` custom comparable by `c` -> method `qmedian_by` of trait `Median`
- `T` custom comparable but not quantisable -> method `median_by` of trait `Median`.
- `T` custom comparable but not quantifiable -> method `median_by` of trait `Median`.

## Algorithms Analysis

Expand Down

0 comments on commit cba3c39

Please sign in to comment.