Skip to content

redesigned/algorithms

Repository files navigation

Algorithms in Javascript

Requirements

  • Node, see .tool-versions and use asdf or other system such as nvm or docker container or nix shell to install and manage.
  • pnpm for package management
  • vitest for testing
  • jsdoc and jsdoc-tsd for typescript driven type checking using jsdoc in pure vanilla javascript without transpilation from typescript

Setup

pnpm install
chmod +x generateTypes.sh runTests.sh

Test

./runTests.sh

Generate TypeScript Type Definitions File

./generateTypes.sh

Algorithms Implimented

Cryptography

Data Structures

Math

Path Finding

Problems

Searches

Sorts

Utilities

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published