Algorithms implemented in TypeScript with Vitest for testing.
- TypeScript support
- Vitest for unit testing
- UI mode for interactive testing
- Pre-configured development environment
yarn installFor the best development experience, install these extensions:
- Vitest - Official Vitest extension for VS Code
# Run tests in watch mode
yarn test
# Run tests with UI
yarn test:uisrc/
example/ # Example code with tests
MIT