Skip to content

A collection of my solutions to problems on AlgoExpert, implemented in Python.

License

Notifications You must be signed in to change notification settings

nishanth-s-dev/AlgoExpert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoExpert 🎯

This repository contains my solutions to the problems on AlgoExpert, a platform for preparing for coding interviews. The solutions are organized by difficulty: Easy, Medium, Hard, and Very Hard.

Table of Contents

Getting Started

To get started, clone this repository to your local machine using the following command:

git clone https://github.com/nishanth-s-dev/AlgoExpert.git

Folder Structure

AlgoExpert/
├── README.md
├── python/
│   ├── category_one/
│   │   ├── easy/
│   │   │   ├── problem_one.py
│   │   │   └── problem_two.py
│   │   ├── medium/
│   │   │   ├── problem_one.py
│   │   │   └── problem_two.py
│   │   ├── hard/
│   │   │   ├── problem_one.py
│   │   │   └── problem_two.py
│   │   ├── very-hard/
│   │   │   ├── problem_one.py
│   │   │   └── problem_two.py
│   ├── category_two/
│   │   ├── easy/
│   │   │   ├── problem_one.py
│   │   │   └── problem_two.py
│   │   ├── medium/
│   │   │   ├── problem_one.py
│   │   │   └── problem_two.py
│   │   ├── hard/
│   │   │   ├── problem_one.py
│   │   │   └── problem_two.py
│   │   ├── very-hard/
│   │   │   ├── problem_one.py
│   │   │   └── problem_two.py
└── resources/
    └── notes.m

How to Run the Solutions

To run a solution, ensure you have Python installed. You can execute any solution by navigating to its folder and running:

python path/to/your/file.py

License

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

Contributing

Feel free to fork this repository and add your own solutions, including in other languages! If you have suggestions for improvements or corrections, please open an issue or submit a pull request.

About

A collection of my solutions to problems on AlgoExpert, implemented in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages