Skip to content

Beginning a journey of solving algorithm problems using JavaScript and C#. This repository is intended to improve algorithmic skills, prepare for job interviews, and serve as a reference for future solutions.

License

Notifications You must be signed in to change notification settings

ParsMaioris/AlgoStudyGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoStudyGuide

Description

This repository contains JavaScript solutions to various algorithm problems from different platforms. These solutions are meant to enhance understanding of algorithms, prepare for job interviews, and serve as a reference.

Note

The actual problem descriptions are not included to respect the original sources. To fully engage with each problem, including the descriptions, constraints, and examples, please refer to the respective platforms where these problems are originally posted. Each solution file contains a URL to the original platform for your reference.

How to Run

To run the solutions, you'll need to have Node.js installed. Follow these steps:

  1. Clone this repository:

    git clone https://github.com/ParsMaioris/AlgoStudyGuide.git
  2. Navigate to the repository directory:

    cd AlgoStudyGuide
  3. Run a specific solution file:

    node 001_TwoSum.js

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Beginning a journey of solving algorithm problems using JavaScript and C#. This repository is intended to improve algorithmic skills, prepare for job interviews, and serve as a reference for future solutions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published