algorithmz 0.8.7

This is the corresponding implemenation of the python module of the same name.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod first_unique_character_tests;
pub mod encode_decode_tests;
pub mod domain_name_tests;
pub mod delete_reoccuring_tests;
pub mod decode_string_tests;
pub mod count_binary_substring_tests;
pub mod contain_string_tests;
pub mod check_pangram_tests;
pub mod caesar_cipher_tests;
pub mod breaking_bad_tests;
pub mod atbash_cipher_tests;
pub mod alphabet_board_path_tests;
pub mod add_binary_tests;