Algorythm is an npm package that provides TypeScript implementations of popular algorithms, covering various algorithmic categories such as sorting, searching, graph theory, and more.
To install the package, use npm:
npm install algorythm
- Sorting Algorithms
- Searching Algorithms
- Graph Algorithms
- Data Structures
- Mathematical Algorithms
- String Algorithms
- Encryption Algorithms
- Machine Learning Algorithms
- Network Algorithms
Contributions are welcome! If you'd like to add new algorithms, improve existing ones, or enhance documentation, please follow the contributing guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
The algorithms implemented in this package are based on various sources and references. We appreciate the algorithmic community for their contributions to knowledge and open-source software.