Skip to content

Commit 34b62e2

Browse files
committed
-updated README
1 parent 3ef7be5 commit 34b62e2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Birthday problem solver in Python
33

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.
55

66
## Synopsis
77

@@ -112,6 +112,11 @@ To run tests, simply execute
112112

113113
> python RunTests.py
114114

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
119+
115120
## Author
116121

117122
Elias Lousseief (2020)

0 commit comments

Comments
 (0)