Skip to content

rvirding/rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are implementations of sets and dictionaries based on Red-Black
trees.

The dict compatible dictionary implementation supports the full dict
interface and is drop-in compatible with both dict and orddict.

The sets compatible set implementation supports the full sets
interface and is drop-in compatible with both sets and ordsets.

Documentation is included.

About

Red-Black tree implementations of dicts and sets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages