1.2.3 • Published 1 year ago

typescript-dsa v1.2.3

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

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 or algorithms) 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

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago