algorithmz 1.1.0

This is the corresponding implemenation of the python module of the same name.
Documentation
pub mod reverse_vowels_tests;
pub mod reverse_string_tests;
pub mod repeat_substring_tests;
pub mod repeat_string_tests;
pub mod rabin_karp_tests;
pub mod panagram_tests;
pub mod is_one_edit_tests;
pub mod min_distance_tests;
pub mod merge_string_checker_tests;
pub mod make_sentence_tests;
pub mod longest_palindromic_substring_tests;
pub mod longest_common_prefix_tests;
pub mod license_number_tests;
pub mod knuth_morris_pratt_tests;
pub mod judge_circle_tests;
pub mod is_rotated_tests;
pub mod is_palindrome_tests;
pub mod int_to_romans_tests;
pub mod group_anagrams_tests;
pub mod fizzbuzz_tests;
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;