Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Vecdeque

A way to sort a VecDeque in rust.

This repository is a different implementation of rust-lang/rust#69400.

While the other version first shifts the elements of the deque so they are one continuous slice which can be sorted using slice::sort. This implementation sorts both slices individually and then does one recursive merge at the end.

License

This repository is licensed under UNLICENSE

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages