Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 779 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 779 Bytes

Data Structures 101

GitHub Actions Workflow Status

Summary

This just represents a bit of an academic exercise to build & illustrate basic data structures in Typescript. They are built with bun as the runtime, and uses the bun test runner.

Notably, this is an academic exercise. Many of these data structures are redundant to what is already available in Javascript & Node, but are intended to illustrate basic data structure concepts.

Data Structures