Maxim R 4acc28ba55
Added new algorithm: cracking caesar cipher with the chi-squared test (#1950)
* added decrypt_caesar_with_chi_squared.py and ran all checks

* Updated default parameters

Removed mistake with mutable default arguments

Co-authored-by: Christian Clauss <cclauss@me.com>

* Updated handling for optional arguments

Co-authored-by: Christian Clauss <cclauss@me.com>

* Changed return statement to tuple

Made function return a tuple instead of a list

* Added more doctests

* Fixed spelling mistakes

* black . - reformatted decrypt_caesar_with_chi_squared.py

* Updated if statements to fit the updated code

* Minimized amount of lines in the code.

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-06 19:42:18 +02:00
..
2019-12-26 19:50:12 +08:00
2019-10-05 10:14:13 +05:00
2019-10-05 10:14:13 +05:00
2019-10-05 10:14:13 +05:00
2019-10-05 10:14:13 +05:00
2019-12-03 12:14:30 +01:00
2019-11-04 08:45:29 +01:00
2018-10-19 07:48:28 -05:00
2019-12-07 06:39:59 +01:00