Skip to content

JS: Data Structures #9

Description

@JohnMurray

JS comes with very few data-structures although newer ones are landing in more modern JS. It'd be nice to do a purely standard-lib comparison of data-structures available. If one is not available, then it should be demonstrated the idiomatic work-around to implement it.

Off the top of my head, I'm thinking

  • arrays
  • maps
  • queues
  • sets
  • trees

I'd also be open to highlighting a couple exotic structures that exist in the C++ std-lib, if there are any suggestions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions