Skip to content

Commit fac3682

Browse files
committed
Making it a package
1 parent a8905a3 commit fac3682

File tree

13 files changed

+2141
-2133
lines changed

13 files changed

+2141
-2133
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.history
2-
__pycache__
3-
temp.py
1+
.history
2+
__pycache__
3+
temp.py
44
input.txt

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# [PythonSolutions](https://vic-nas.github.io/PythonSolutions/)
2-
3-
A collection of programming problem solutions from different online judges and competitive programming platforms.
4-
5-
## ✍️ Solution Style
6-
7-
- **Well-commented code** to explain the approach and algorithm.
8-
- **Python-focused solutions**, with clear and readable implementation.
9-
- **Geometry problems** may include supporting images or diagrams.
10-
- **Multistemps problems** may include an example page.
1+
# [PythonSolutions](https://vic-nas.github.io/PythonSolutions/)
2+
3+
A collection of programming problem solutions from different online judges and competitive programming platforms.
4+
5+
## ✍️ Solution Style
6+
7+
- **Well-commented code** to explain the approach and algorithm.
8+
- **Python-focused solutions**, with clear and readable implementation.
9+
- **Geometry problems** may include supporting images or diagrams.
10+
- **Multistemps problems** may include an example page.

0 commit comments

Comments
 (0)