🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
-
Updated
Sep 13, 2024 - Go
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
A fast and space efficient Radix tree in Java
Generic Data Structure Library for C language and a great way to learn pointer concept in c and c++
OrderedMap for go which support marshaling/unmarshaling(using json.Decoder).
This is a C++ program that calculates the SGPA (Semester Grade Point Average) for a single semester based on the grades obtained in each course.
OrderedMap is a Go implentation of a map that preserves the order of insertion, so key/value pais can be iterated in the order they where added
implementation of high performance concurrent safe ordered map
a go ordered map that supports custom sorting rule
ordered-map: Ordered map parser and writer.
Serialize and deserialize JSON values while preserving object keys order
An alternative generic ordered map in Go with de/serializing from/to JSON.
Implemented AVL tree as well as ordered and unordered hashmaps from scratch
Immutable collections for typescript
Parsing JSON to dynamic json structure with sorted fields
Add a description, image, and links to the orderedmap topic page so that developers can more easily learn about it.
To associate your repository with the orderedmap topic, visit your repo's landing page and select "manage topics."