This project is aimed at learning about data structures and algorithms. It includes various implementations of common data structures and algorithms, along with explanations and examples.
To install the project, simply clone the repository and run npm install
or yarn install
.
To run the tests, use the command npm test
or yarn test
. This will run all of the tests in the __tests__
directory.
Contributions are welcome! If you find a bug or want to add a new feature, please open an issue or submit a pull request.
This project is licensed under the MIT License.