Skip to content

JunRadish/leetcode-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 My LeetCode Journey

LeetCode Logo

Welcome to my LeetCode problem-solving repository! Here, I document my journey through algorithmic challenges, sharing solutions, insights, and learnings along the way.

📚 Table of Contents

🎯 About This Repository

This repository serves as a personal archive of my LeetCode solutions. Each solution comes with:

  • Detailed problem description
  • My approach to solving the problem
  • Time and space complexity analysis
  • Code implementation in [Your Preferred Language(s)]
  • Any additional notes or learnings

🗂 Problem Categories

Problems are organized into the following categories:

  • 📊 Array & Hashing
  • 📜 String Manipulation
  • 🔗 Linked Lists
  • 🌳 Trees & Graphs
  • 🔍 Binary Search
  • 📚 Stack & Queue
  • 🧮 Dynamic Programming
  • 🧠 Bit Manipulation
  • and more...

📁 Directory Structure

. ├── Arrays │ ├── TwoSum │ │ ├── README.md │ │ └── Solution.[ext] │ └── ... ├── Strings │ ├── ValidPalindrome │ │ ├── README.md │ │ └── Solution.[ext] │ └── ... └── ...

Each problem has its own directory containing a README with the problem description and approach, and the solution file.

🖥 How to Use This Repository

  1. Browse through the problem categories
  2. Select a problem you're interested in
  3. Read the README for problem description and approach
  4. Check out the solution file for the implementation
  5. Feel free to run the code and experiment with it!

📊 My Progress

  • Total Problems Solved: 1
  • Easy: 1
  • Medium: 0
  • Hard: 0

LeetCode Stats

🤝 Contributing

While this is a personal repository, I welcome discussions on problem-solving approaches! Feel free to open an issue if you have suggestions or questions about any solutions.

Happy Coding! 🎉

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages