Skip to content

v0.0.2

Compare
Choose a tag to compare
@clarketm clarketm released this 17 May 10:03
· 139 commits to master since this release

Bug fixes:

  • fix issue with missing exports in the build: BinaryTree, LinkedList, PriorityQueue, Trie.

New features:

  • add mergeSort standalone sorting algorithm function.
  • add mergeSort to the Array data structure as a method.