Skip to content

Releases: monitor1379/yagods

v1.13.0

01 Apr 02:52
Compare
Choose a tag to compare

Add support for generic programming using parameterized types based on GoDS

  • Containers
    • Lists
      • ArrayList
      • SinglyLinkedList
      • DoublyLinkedList
    • Sets
      • HashSet
      • TreeSet
    • Stacks
      • LinkedListStack
      • ArrayStack
    • Maps
      • HashMap
      • TreeMap
    • Trees
      • RedBlackTree
      • BinaryHeap
  • Functions
    • Comparator
    • Iterator
      • IteratorWithIndex
      • IteratorWithKey
    • Enumerable
      • EnumerableWithIndex
      • EnumerableWithKey
    • Sort