data-structure-typed/CHANGELOG.md
2024-09-03 10:22:22 +12:00

3.4 KiB

Changelog

All notable changes to this project will be documented in this file.

References

v1.52.3 (upcoming)

Changes

  • fix(trie): trie returns invalid string when only the fist character m… #94

v1.51.5 (18 January 2024)

Changes

  • Tests for DirectedGraph.tarjan #69
  • Rbtree #31
  • [graph test] edge cases enriched #30
  • [graph] Modify the data structure design of the graph to change the g… #29
  • Optimization #23
  • Optimization #20
  • [binary-tree, graph] Replace all code that uses Arrays as makeshift Q… #18
    1. No need for dfsIterative; integrate it directly into the dfs metho… #17
  • [heap] fibonacci heap implemented. [test] big O estimate. [project] n… #15
  • [rbtree] implemented, but with bugs #13
  • [trie] renamed ambiguous methods and add comments to all methods. #12
  • [binarytree] modified the getDepth method to adhere to the proper def… #11
  • Trie #10
  • [tree] getHeight returns faulty height bug fixed #9
  • [trie] support casesensitivity. getWords bug fixed #8
  • [binary-tree, graph] In order to optimize the design of Binary Trees,… #7
  • [BinaryTree, Heap] In abstract classes, only retain abstract methods.… #6
  • [heap] test #5
  • [heap, priority queue] Heap improved. References #123: redesigned #4
  • test #3

v1.35.0 (11 October 2023)

v1.34.1 (6 October 2023)

v1.33.4 (26 September 2023)

v1.33.3 (26 September 2023)

v1.12.9 (14 August 2023)

v1.12.8 (14 August 2023)

v1.3.6 (21 September 2023)