Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

data-structures

My implementations of some data structures

  • Heap ― implementation of max-heap and heapsort.
    Note: The calling of heapsort will modify the heap object and max-heap property will not be supported

  • Trie (Prefix Tree) ― data structure for effective word (prefix) searching in word dictionary

  • Fenwick Tree (Binary Index Tree) ― data structure that can efficiently update elements and calculate prefix sums in a table of numbers.

About

Implementations of some data structures

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages