Skip to content
/ llrb Public

Package llrb implements an immutable Left-Leaning Red-Black (LLRB) balanced binary search tree.

License

Notifications You must be signed in to change notification settings

mars9/llrb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLRB GoDoc

Package llrb implements an immutable Left-Leaning Red-Black tree as described by Robert Sedgewick. More details relating to the implementation are available at the following locations:

The immutable version of the llrb tree is obviously going to be slower than the mutable version but should offer higher read availability. Immutability is achieved by branch copying.

About

Package llrb implements an immutable Left-Leaning Red-Black (LLRB) balanced binary search tree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages