Skip to content

lcnr/vecdeque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages