Skip to content

KennethC12/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

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

🚀 About This Repository

  • A collection of coding problem solutions from LeetCode.
  • Solutions are implemented in Python.
  • Categorized by Easy, Medium, and Hard difficulty levels.

📂 Folder Structure

LeetCode/
│-- Python/
│   │-- CompetitiveProgrammerHandbook/
│   │-- Data Structures/
│   │-- LeetCode Questions/
│   │-- Sorting Algorithms/
│   │-- Tree Traversals/
│-- README.md

Each folder contains solutions for problems of that category.

🛠 How to Use

  1. Clone the repository:
    git clone https://github.com/KennethC12/Leetcode.git
  2. Navigate into the directory:
    cd LeetCode
  3. Run Python scripts:
    python3 filename.py

📌 Topics Covered

Array
String
Linked List
Dynamic Programming
Graph
Sorting & Searching

📖 Resources

🏆 Progress

  • ✅ Solved Problems: X
  • 🔄 In Progress: X
  • 🚀 Goal: Solve 100+ LeetCode Problems!

🤝 Contributing

Feel free to fork the repository and submit pull requests with improvements or alternative solutions!

📜 License

This repository is open-source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages