Skip to content

jsiovn/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithms

Algorithms implemented in TypeScript with Vitest for testing.

Features

  • TypeScript support
  • Vitest for unit testing
  • UI mode for interactive testing
  • Pre-configured development environment

Getting Started

Installation

yarn install

VSCode Extensions (Recommended)

For the best development experience, install these extensions:

  • Vitest - Official Vitest extension for VS Code

Running Tests

# Run tests in watch mode
yarn test

# Run tests with UI
yarn test:ui

Project Structure

src/
  example/        # Example code with tests

License

MIT

About

Practice Algorithms with TypeScript and Vitest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors