Skip to content

Commit 628bc40

Browse files
chore: rename project to python-dsa
1 parent 508306b commit 628bc40

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Algorithms and Data Structures
1+
# Python DSA
22

3-
A collection of classic algorithms and data structures implemented in Python.
3+
A collection of classic data structures and algorithms implemented in Python.
44

55
## Data Structures
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "algorithms-and-data-structures"
2+
name = "python-dsa"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "Data Structures and Algorithms implemented in Python"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = []

0 commit comments

Comments
 (0)