8000 GitHub - nmchenry01/algopractice: A collection of LeetCode-esqe coding questions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nmchenry01/algopractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Data Structures and Algorithms Practice

A collection of solutions for various LeetCode and Data Structures & Algorithms (DSA) problems.

Table of Contents

Introduction

algopractice is a repository containing my personal solutions to a range of problems I've tackled on platforms like LeetCode and other DSA challenges. This repo aims to help fellow coders in their journey to master the intricacies of algorithms and data structures.

Installation

Clone the repository to your local machine:

git clone https://github.com/nmchenry01/algopractice.git
cd algopractice

Usage

Each problem is stored in its own directory with a descriptive name. Inside the directory, you'll find the problem description and the solution(s).

For example:

├── algopractice
│   ├── two-sum
│   │   ├── README.md
│   │   ├── solution.py
│   ├── longest-substring-without-repeating-characters
│   │   ├── README.md
│   │   ├── solution.py

Problems List

  • Arrays & Hashing
    • Contains Duplicate (Easy)

About

A collection of LeetCode-esqe coding questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0