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.