Skip to content
/ dsa Public

Data Structures and Algorithms in TypeScript

License

Notifications You must be signed in to change notification settings

MBrunoS/dsa

Repository files navigation

Data Structures and Algorithms

en pt-br

Data Structures and Algorithms

This is a collection of Data Structures and Algorithms, currently implemented in TypeScript. It is a work in progress and will be updated regularly.

The main purpose of this repository is to help me learn and understand the concepts of Data Structures and Algorithms. I hope it will also help others who are interested in learning about them.

Data Structures

Algorithms

Sorting

Shuffling

Tests

To run the tests, first install the dependencies, then run npm test:

npm install
npm test

Or, if you prefer, you can run it using Docker:

docker build -t dsa .
docker run -it dsa

Contributing

Contributions are welcome! If you find any bugs or have any suggestions, please create an issue or a pull request.

References