Skip to content

Add Map class #1

Description

@bryanjos

This map class must have the following properties

  • Similar API to JavaScript's Map class
  • Allow anything to be a key
  • Match keys by value and not by reference (ex: [1] should equal [1])
  • get should work in constant time
  • has should work in constant time

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions