From 911aa32a192e051a566d54215f0e6596deadaf23 Mon Sep 17 00:00:00 2001 From: ashwin-nair98 Date: Tue, 5 Mar 2024 21:40:10 +0530 Subject: [PATCH] docs: update readme with elements of programming --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb86e1b..339e858 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# LeetCode Solutions +# Coding Practice +## 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. +This repository contains my solutions to various problems including leetcode and from Elements of Programming. 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.