Skip to content

Commit c826eda

Browse files
committed
D. J.:
- Updated the README
1 parent bd03a3d commit c826eda

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
# awesome-python-leetcode
2-
Python solutions for LeetCode problems.
1+
# 💡 Awesome Python Leetcode [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
2+
3+
This repository contains awesome LeetCode problems and solutions written in Python to prepare for coding interviews.
4+
5+
## Leetcode Problems & Solutions 💻
6+
- [26 Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/description/)
7+
- [27 Remove Element](https://leetcode.com/problems/remove-element/description/)
8+
- [80 Remove Duplicates from Sorted Array II](https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii/description/)
9+
- [88 Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/description/)
10+
11+
12+
## Development 🔧
13+
Contributions are welcome!
14+
15+
Please fork the repository and submit a pull request.
16+
17+
Make sure to follow the coding standards and write tests for any new leetcode problems or bug fixes.

0 commit comments

Comments
 (0)