denoland / denoland/std

feature: add structured data in @std/data-structures

Open
#5,674 3 comments 3 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.