Skip to content

v1.1.0

Compare
Choose a tag to compare
@Ts-Pytham Ts-Pytham released this 15 Dec 05:43
· 34 commits to master since this release

SortedList:

  • The binary search method was created.
  • Indexers changes:
    • When the value of a position is to be changed, it is now added to the list and sorted according to the criterion.

Future Features:

  • New methods in SortedList (1.2.0):

    • Change of criterion in SortedList (reverse).
    • GetRange method.
  • New methods in ProrityStack (1.3.0):

    • TryPeek().
    • TryPop().
  • New methods in ProrityQueue (1.3.0):

    • TryDequeue().
    • TryPeek().
  • New methods in Deque (1.3.0):

    • TryPeekLast().
    • TryPeek().
    • TryPopLast().
    • TryPop().
  • New Graph data structure (1.5.0).