mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
4b7ecb6a81
* feat(strings): Create is valid email address * updating DIRECTORY.md * feat(strings): Create is_valid_email_address algorithm * chore(is_valid_email_address): Implement changes from code review * Update strings/is_valid_email_address.py Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * chore(is_valid_email_address): Fix ruff error * Update strings/is_valid_email_address.py Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com> --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
__init__.py | ||
aho_corasick.py | ||
alternative_string_arrange.py | ||
anagrams.py | ||
anagrams.txt | ||
autocomplete_using_trie.py | ||
barcode_validator.py | ||
boyer_moore_search.py | ||
can_string_be_rearranged_as_palindrome.py | ||
capitalize.py | ||
check_anagrams.py | ||
credit_card_validator.py | ||
detecting_english_programmatically.py | ||
dictionary.txt | ||
dna.py | ||
frequency_finder.py | ||
hamming_distance.py | ||
indian_phone_validator.py | ||
is_contains_unique_chars.py | ||
is_isogram.py | ||
is_pangram.py | ||
is_spain_national_id.py | ||
is_srilankan_phone_number.py | ||
is_valid_email_address.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 | ||
ngram.py | ||
palindrome.py | ||
prefix_function.py | ||
rabin_karp.py | ||
remove_duplicate.py | ||
reverse_letters.py | ||
reverse_long_words.py | ||
reverse_words.py | ||
snake_case_to_camel_pascal_case.py | ||
split.py | ||
string_switch_case.py | ||
text_justification.py | ||
top_k_frequent_words.py | ||
upper.py | ||
wave.py | ||
wildcard_pattern_matching.py | ||
word_occurrence.py | ||
word_patterns.py | ||
words.txt | ||
z_function.py |