js-sdsl v3.0.0-beta.0 Release Notes

Release Date: 2022-04-29 // almost 2 years ago
  • โž• Added

    • Bidirectional iterator is provided for all containers except Stack, Queue, HashSet and HashMap.
    • โž• Added begin, end, rBegin and rEnd functions to some containers for using iterator.
    • โž• Added eraseElementByIterator function.

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed Pair type T, K to K, V (don't effect using).
    • ๐Ÿ”„ Changed find, lowerBound, upperBound, reverseLowerBound and reverseUpperBound function's returned value to Iterator.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an error when the insert value was 0.
    • ๐Ÿ›  Fixed the problem that the lower version browser does not recognize symbol Compilation error caused by iterator.