Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 681 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 681 Bytes

SeedsCollection For TypeScript 🌱

SEEDS is a free open source project that creates a fully environment of data-structures, include but not limited to:

  • List
    • LinkedList
    • HashList(Beta)
    • TreeList(Beta)
  • Queue
    • ArrayQueue
    • LinkedQueue
  • Coordinate
    • StraightCoordinate
  • Stack
  • BiDictionary
  • RedBlackTree

and more...

Seeds also offer some Collection Utility:

  • ArrayUtil
  • BinarySearch
  • StaticArray
  • RangeNumber

also Typing Utility:

  • Types(Runtime type checker for collection and overload
  • Optional(The Value of Optional can be undefined)

This project is under MIT, see more at seeds.base.copyright.License.ts

Hope your enjoy it!