The optsort crate provides optsort! macro which expands to if-else decision tree which sort given sequence. It is guaranteed that depth of this tree (maximum numer of comparision between elements) will not exceed
For
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The optsort crate provides optsort! macro which expands to if-else decision tree which sort given sequence. It is guaranteed that depth of this tree (maximum numer of comparision between elements) will not exceed
For