Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.65 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.65 KB

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