Skip to content

datastax v0.3.0

Compare
Choose a tag to compare
@warmachine028 warmachine028 released this 25 Feb 15:47
· 46 commits to main since this release
55132b4
  • Added Sum Segment Tree
  • Added Min Segment Tree
  • Added Huffman Tree
    • data encoder
    • data decoder
    • Huffman Code
    • Huffman Table
    • compression ratio
    • space saved
  • Added Red Black Tree - 🗸 TESTED
  • Added Splay Tree - 🗸 TESTED
  • Added Delete methods in: 🗸 TESTED
    • BinaryTree
    • BinarySearchTree
    • AVLTree
  • Enhanced string representation of all LinkedLists
  • Added Custom Comparator for PriorityQueue
  • Added name-mangler function for items with multiline string representations
  • Added HuffmanTable object for storing and visualizing huffman-table