Feature description
I think one of 3n_plus_1.py and collatz_sequence.py should be removed, as they're nearly identical implementations of the same algorithm for computing Collatz sequences.
I'm not sure which of the two files should be deleted. I believe that "the Collatz conjecture" is the more well-known name for the problem, but it seems that 3n_plus_1.py is the older of the two files.
Feature description
I think one of
3n_plus_1.pyandcollatz_sequence.pyshould be removed, as they're nearly identical implementations of the same algorithm for computing Collatz sequences.I'm not sure which of the two files should be deleted. I believe that "the Collatz conjecture" is the more well-known name for the problem, but it seems that
3n_plus_1.pyis the older of the two files.