Skip to content

Commit

Permalink
docs: add README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin-nair98 committed Jan 21, 2024
1 parent 5f08b85 commit 278eb62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# LeetCode Solutions

This repository contains my solutions to various LeetCode problems. Each solution is implemented in Python, and the goal is to provide clear, concise, and efficient solutions.

## Structure
Each problem has its own directory named after the problem's number and title.
`<problem_number>_<topic>/`
` solution.py`

0 comments on commit 278eb62

Please sign in to comment.