Skip to content

viacheslave/net-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET helpers and data structures

Trie

Red Black Tree

  • insert element (key/value pair)
  • delete element by key
  • find first and last elements
  • find floor and ceiliing elements
  • empty, clear, count, contains
  • accessor

Intervals

  • intersection

Skip List

  • search
  • add
  • erase

About

.NET helpers and data structures

Topics

Resources

License

Stars

Watchers

Forks

Languages