1.2.1 • Published 1 year ago

algorithms-using-typescript v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

  1. Sort

    ✅ Bubble sort

    ✅ Selection sort

    🔜 Insertion sort

    🔜 Merge sort

    🔜 Quick sort

Contributors

1.2.0

1 year ago

1.2.1

1 year ago

1.1.17

1 year ago

1.1.14

1 year ago

1.1.12

1 year ago

1.1.10

1 year ago

1.1.8

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago