mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 15:01:08 +00:00
83cf5786cd
* Added regular expression implimentation using dp * replaced input() with example values * Apply suggestions from code review Co-authored-by: Christian Clauss <cclauss@me.com> * changed returning value to bool and added test cases * added doctest Co-authored-by: John Law <johnlaw.po@gmail.com> * added test cases * Apply suggestions from code review Co-authored-by: John Law <johnlaw.po@gmail.com> * shifted to strings * Changed filename * Update function name to match_pattern Co-authored-by: John Law <johnlaw.po@gmail.com> * Update function name to match_pattern Co-authored-by: John Law <johnlaw.po@gmail.com> Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: John Law <johnlaw.po@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
aho_corasick.py | ||
alternative_string_arrange.py | ||
anagrams.py | ||
autocomplete_using_trie.py | ||
boyer_moore_search.py | ||
can_string_be_rearranged_as_palindrome.py | ||
capitalize.py | ||
check_anagrams.py | ||
check_pangram.py | ||
detecting_english_programmatically.py | ||
dictionary.txt | ||
frequency_finder.py | ||
indian_phone_validator.py | ||
is_palindrome.py | ||
jaro_winkler.py | ||
join.py | ||
knuth_morris_pratt.py | ||
levenshtein_distance.py | ||
lower.py | ||
manacher.py | ||
min_cost_string_conversion.py | ||
naive_string_search.py | ||
palindrome.py | ||
prefix_function.py | ||
rabin_karp.py | ||
remove_duplicate.py | ||
reverse_letters.py | ||
reverse_words.py | ||
split.py | ||
upper.py | ||
wildcard_pattern_matching.py | ||
word_occurrence.py | ||
word_patterns.py | ||
words.txt | ||
z_function.py |