We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18071e commit 96b7f0cCopy full SHA for 96b7f0c
1 file changed
README.md
@@ -1,4 +1,25 @@
1
-# 💡 Awesome Python Leetcode [](https://awesome.re)
+<div align="middle">
2
+ <h1>
3
+ 💡 Awesome Python Leetcode
4
+ <br>
5
+ <a href="https://awesome.re">
6
+ <img src="https://awesome.re/badge.svg">
7
+ </a>
8
+ <a href="https://github.com/psf/black">
9
+ <img src="https://img.shields.io/badge/code%20style-black-000000.svg">
10
11
+ <a>
12
+ <img src="https://img.shields.io/badge/python-3.10-blue">
13
14
15
+ <img src="https://img.shields.io/badge/tests-passed-brightgreen">
16
17
18
+ <img src="https://img.shields.io/badge/coverage-98%25-brightgreen">
19
20
+ </h1>
21
+</div>
22
+
23
24
This repository contains awesome LeetCode problems and solutions written in Python to prepare for coding interviews.
25
0 commit comments