We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6174e86 commit 76ebce9Copy full SHA for 76ebce9
README.md
@@ -1,3 +1,5 @@
1
# Daily Data Structures // Algorithms
2
3
-Problems via [https://www.dailycodingproblem.com/](https://www.dailycodingproblem.com/).
+Problems via [https://www.dailycodingproblem.com/](https://www.dailycodingproblem.com/).
4
+
5
+Mostly written in Python, with pytest. To run the tests, just do `$ pytest 1.py` or `$ pytest 2.py` and so on.
0 commit comments