high
lit
Sign in
Explain your code
Code Explainers
Code explainers tagged
#case-insensitive
rust
use
std
::
cmp
::
Ordering
;
pub
struct
PrefixIndex
{
entries
:
Vec
<
String
>
,
Prefix search with binary partitioning in Rust
binary-search
sorting
case-insensitive
Intermediate
7 steps