Skip to content
 
 

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors