Skip to content

pertrai1/coding-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Coding Challenges

This repository contains solutions to various LeetCode problems, organized by difficulty and topic.

πŸ“Š Statistics

  • Total Problems: 155 solved
  • Easy: 80 problems
  • Medium: 63 problems
  • Hard: 12 problems

πŸ“ˆ Progress Tracking

Problems are organized by:

🟒 Easy Problems

Array & String

Easy Tree Problems

Math & Bit Manipulation

Hash Table & Map

Easy JavaScript/TypeScript

🟑 Medium Problems

Array & Two Pointers

Linked List

Tree Problems

String Manipulation

Dynamic Programming

Math & Number Theory

Graph & Grid Problems

JavaScript/TypeScript

πŸ”΄ Hard Problems

Array & Dynamic Programming

Graph Problems

πŸ”§ Other Projects

πŸš€ Getting Started

Each problem directory contains:

  • README.md - Problem description and examples
  • Solution file(s) in various languages (JavaScript, Python, etc.)

To run a solution, navigate to the problem directory and execute the appropriate file.

Contributors 7