algorithms-using-typescript
v1.2.1
Published
NPM package where you'll find all of the available algorithms. Still in Progress.
Downloads
4
Readme
algorithms-using-typescript
This is a collection of algorithms implemented in TypeScript. This package is still a work in progress and will be updated regularly with new algorithms.
The primary objective of creating this npm package is to facilitate the community in using a collection of algorithms that I am learning while studying data structures and algorithms. I believe that by making these algorithms more accessible and easier to use, I can contribute to the learning and growth of the developer community. As a learner, I am constantly working on improving my skills, and I hope that this package will not only help others but also help me solidify my understanding of these algorithms.
Installation
To install this package, you can use either npm or yarn
:
npm install algorithms-using-typescript
OR
yarn add algorithms-using-typescript
Available Algorithms
Sort
✅ Bubble sort
✅ Selection sort
🔜 Insertion sort
🔜 Merge sort
🔜 Quick sort