Skip to content

v1.2.0

Compare
Choose a tag to compare
@Ts-Pytham Ts-Pytham released this 27 Dec 19:33
· 24 commits to master since this release
7ef3969

DoublyLinkedList:

New list type data structure:

  • Add and AddFirst method.
  • Clear method.
  • Find method.
  • GetFirst and GetLast method.
  • Remove method.
  • GetEnumerator and GetEnumerable method.
  • Contains method.