@apexds/core
v4.2.4
Published
Lightweight & modular collection of data structures for TypeScript. Features Directed/Undirected Graphs, Advanced Pathfinding (Dijkstra, BFS/DFS), Randomized BST (Treap-based), and optimized presenters. Zero-dependency, ESM-first, and fully tree-shakeable
Maintainers
Readme
@apexds/core
Lightweight & modular collection of data structures for TypeScript. Features Directed/Undirected Graphs, Advanced Pathfinding (Dijkstra, BFS/DFS), Randomized BST (Treap-based), and optimized presenters. Zero-dependency, ESM-first, and fully tree-shakeable.
Documentation
Overview:
- Features overview apex-ds.netlify.app/
- Installation guide apex-ds.netlify.app/guide/
Detailed documentation is available at:
- Graph: apex-ds.netlify.app/guide/data-structures/graph
- BinarySearchTree: apex-ds.netlify.app/guide/data-structures/binary-tree
- Stack: apex-ds.netlify.app/guide/data-structures/stack
- Queue apex-ds.netlify.app/guide/data-structures/queue
- PriorityQueue apex-ds.netlify.app/guide/data-structures/priority-queue
- BinaryHeap apex-ds.netlify.app/guide/data-structures/binary-heap
- LinkedList apex-ds.netlify.app/guide/data-structures/linked-list
Installing
Install by using any of these commands:
yarn add @apexds/corenpm install @apexds/core --save
Navigation
Detailed project source navigation is available at: NAVIGATION.md
