@kitmi/algo
v1.1.1
Published
Common JavaScript algorithms
Downloads
65
Maintainers
Readme
@kitmi/algo
Common JavaScript Algorithms
@kitmi/algo
is a lightweight JavaScript library for various algorithms and data structures, focusing on graph and tree operations. It provides efficient implementations of Breadth-First Search (BFS), Depth-First Search (DFS), Topological Sorting, Finite State Machines (FSM), and representations for graphs and trees, among other utilities.
Features
Search Algorithms:
- Breadth-First Search (BFS)
- Depth-First Search (DFS)
Structures:
- Directed Graph
- Tree
- Key Tree
- Finite State Machine
Other Algorithms:
- Topo Sorting
Installation
To install @kitmi/algo
, run the following command:
bun install @kitmi/algo
Or if you're using npm:
npm install @kitmi/algo
License
- MIT
- Copyright (c) 2023 KITMI PTY LTD