From 278eb62d1400c3e68cd3af647969ae94cdc4b02f Mon Sep 17 00:00:00 2001 From: ashwin-nair98 Date: Sun, 21 Jan 2024 12:10:32 +0530 Subject: [PATCH] docs: add README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb86e1b --- /dev/null +++ b/README.md @@ -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. +`_/` +` solution.py`