This repository contains solutions and problem descriptions for various LeetCode problems.
Each problem is organized in its own directory with the following naming convention:
[problem-number]-[problem-name-in-kebab-case]/
Each directory contains:
README.md: Standardized problem description with difficulty badge and link to original problem- Solution files in various programming languages
 
All README.md files follow a consistent format with:
- Problem title as a clickable link to LeetCode
 - Color-coded difficulty badge (🟢 Easy, 🟠 Medium, 🔴 Hard)
 - Clean HTML structure for optimal readability
 
For detailed information about the README structure standard, see README_STRUCTURE_STANDARD.md.
- ✅ Standardized all 193 README files with consistent formatting
 - ✅ Implemented color-coded difficulty badges
 - ✅ Cleaned up HTML structure across all problem descriptions
 - ✅ Documented the new standard format