Skip to content

gkaradzhov/ExtendedCollectionsSharp

Repository files navigation

ExtendedCollectionsSharp

Some common and not that common collections implemented in .net.

AVLTree

Self-balancing binary tree.

Features

After adding or removing an element from the tree, the whole tree may need to be rebalanced.

CircularBuffer

A queue with fixed size, when overflowerd, last element is dropped.

About

ExtendedCollectionsSharp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages