๐ TOC
๐ Table of Contents
Welcome! This page is your guide to the most relevant posts and documentation for the @fizzwiz/sorted
library.
Whether you're just getting started or diving into advanced topics, this is your map.
๐ Getting Started
Welcome
What to expect, who it’s for, and how the posts are organized.Quick Start
How to install the library and write your first sorted collections.Introduction
A deeper look at the motivation, design philosophy, and goals of the library.Contribute & Feedback
Share your thoughts, report issues, or get involved in shaping the project.
๐ API Overview
๐งฌ The core Package
Foundational abstractions for collecting and sorting items.
๐จ๐ฉ๐ง๐ฆ The Collection Class
Abstract definition of a general collection.๐ง๐ง♂️๐ง♀️ The Queue Class
Abstract interface for sorted collections.
๐ง๐ค๐ง๐ซ๐ญ๐ฌ The queue Package
Concrete queues for collecting, grouping, and ordering items.
⚙️ The ArrayQueue Class
A queue preserving insertion order.⚖️ The SortedArray Class
A queue ordered by a comparator.
๐ง Concepts & Patterns
- Equivalence in JavaScript – Contemplating a True Set
From classic value equality to richer equivalence via representation.
๐ฏ Practical Examples
Coming soon — stay tuned!
๐ฃ Releases & Updates
- ๐ฆ v0.0.0-dev.1 — The First Brick
Launching the initial pre-release with core concepts and foundational queues.
๐ This page will be updated regularly — bookmark it to stay oriented as the project grows!
Happy coding! ๐
— @fizzwiz ✨
Comments
Post a Comment