algorithmz 1.1.1

This is the corresponding implemenation of the python module of the same name.
Documentation
1
2
3
4
5
6
pub mod word_pattern_tests;
pub mod is_valid_sudoku_tests;
pub mod longest_palindromic_subsequence_tests;
pub mod longest_common_subsequence_tests;
pub mod is_isomorphic_tests;
pub mod is_anagram_tests;