You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
2
# Birthday problem solver in Python
3
3
4
-
This project calculates the generalized birthday problem in the Python language using the `decimal` class. It can be used from the command line as a standalone application or as a dependency from another project.
4
+
This project calculates the generalized birthday problem in the Python language using the `Decimal` class. It can be used from the command line as a standalone application or as a dependency from another project.
5
5
6
6
## Synopsis
7
7
@@ -112,6 +112,11 @@ To run tests, simply execute
112
112
113
113
> python RunTests.py
114
114
115
+
## Notes
116
+
117
+
* This project is also available in Kotlin at https://github.com/fast-reflexes/BirthdayProblem-Kotlin
118
+
* This project is available as an online solver at https://www.bdayprob.com
0 commit comments