1.2.3 • Published 2 years ago
typescript-dsa v1.2.3
typescript-dsa
Repository for implementations for a good number of data structures and algorithms in TypeScript
For more information, see the documentation
Contributions
Contributions are more than welcome :)
If you want to add your own implementation of a data structure or algorithm:
- Fork the repository
- Create a folder in the relevant directory (
data_structures
oralgorithms
) w/ name in snake_case - Inside this folder, add your implementation w/ the file name(s) in PascalCase
- For a data structure, implement it as a class
- For an algorithm, implement it as a function
- Export the relevant class(es)/function(s)
- Write tests in the
tests
directory - After testing, make a pull request
Changes to pre-existing implementations are also welcome :]
If you find a typo in documentation:
This repo uses TypeDoc to generate documentation from JSDoc comments, so please fix typos directly in the code and submit a pull request. Please do not directly edit files in the docs directory.
1.2.3
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.2.0
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.0.18
2 years ago
0.0.17
2 years ago
0.0.16
2 years ago
0.0.15
2 years ago
0.0.14
2 years ago
0.0.13
2 years ago
0.0.12
2 years ago
0.0.11
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago