Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 343 Bytes

File metadata and controls

23 lines (15 loc) · 343 Bytes

.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