Skip to content

This repository I use to learn more about data structures and algorithms every day

Notifications You must be signed in to change notification settings

dinhthi12/Javascript-algo

Repository files navigation

Javascript Algorithms

A collection of algorithms and data structures implemented in JavaScript. This repository includes popular algorithms and data structures used in computer science, along with test cases and explanations.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/dinhthi12/Javascript-algo.git
    
  2. Navigate into the directory:

    cd Javascript-algo
    
  3. Install dependencies using Yarn:

    yarn install
  4. Usage

    You can run specific algorithms or data structure files by navigating to the desired folder and running the script with Node.js. For example, to run the Bubble Sort algorithm:

     node src/algorithms/sorting/bubbleSort.js
    
  5. Testing

    This repository uses Jest for testing. To run the test cases:

      yarn run test

About

This repository I use to learn more about data structures and algorithms every day

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published