We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508306b commit 628bc40Copy full SHA for 628bc40
2 files changed
README.md
@@ -1,6 +1,6 @@
1
-# Algorithms and Data Structures
+# Python DSA
2
3
-A collection of classic algorithms and data structures implemented in Python.
+A collection of classic data structures and algorithms implemented in Python.
4
5
## Data Structures
6
pyproject.toml
@@ -1,7 +1,7 @@
[project]
-name = "algorithms-and-data-structures"
+name = "python-dsa"
version = "0.1.0"
-description = "Add your description here"
+description = "Data Structures and Algorithms implemented in Python"
readme = "README.md"
requires-python = ">=3.13"
7
dependencies = []
0 commit comments