feature: add structured data in @std/data-structures
Open
data-structures
feedback welcome
- Dominant language
- TypeScript
- Stars
- 3.6k
- Forks
- 681
- PR merge metrics
- No merged PRs in 30d
Description
In programming, different data structures are very often needed and it would be good to add them to the package.
Some of the most popular are: Queue, Deque of the main ones based on the Linked List and more (Tree, Matrix, )
Very often I see how developers use arrays for queues, which is not correct.
Therefore, I suggest adding all possible popular data structures to the package at once.
What do you think about this?
Contributor guide
Assessment
This issue has not been assessed yet.