Skip to content

Provides a collection of algorithm problems and their solutions in JavaScript

Notifications You must be signed in to change notification settings

haena-j/js-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-algorithms

This repository provides a collection of algorithm problems and their solutions in JavaScript.

Structure

The repository is organized as follows:

  • algorithms: Contains the JavaScript solutions for various algorithm problems.
  • tests: Contains the test cases for the algorithm solutions.

Technologies Used

  • JavaScript
  • Jest (testing framework)

Installation and Running

  1. Clone this repository.

    git clone https://github.com/your-username/js-algorithms.git
    cd js-algorithms
  2. Install the required packages.

    npm install
  3. Run the tests.

    npm test

About

Provides a collection of algorithm problems and their solutions in JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published