Skip to content

afiodorov/countedredblacktree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Black Tree With Counts

This is a copy of gods that modifies the Red Black Tree so that each node:

  • Keeps counts of children
  • Is no longer associated with a value
  • Can be repeated many times

Possible usecase: quickly counting number of items less or smaller than some field.

About

Red Black Tree Where Each Node Keeps a Count of Children

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages