mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-17 14:58:10 +00:00
* Added doctests to min_cost_string_conversion.py and removed :c specifier * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * resolved line length issues based on ruff requirements * modified in compliance with ruff for line length * Update strings/min_cost_string_conversion.py --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
aho_corasick.py | ||
alternative_string_arrange.py | ||
anagrams.py | ||
anagrams.txt | ||
autocomplete_using_trie.py | ||
barcode_validator.py | ||
bitap_string_match.py | ||
boyer_moore_search.py | ||
camel_case_to_snake_case.py | ||
can_string_be_rearranged_as_palindrome.py | ||
capitalize.py | ||
check_anagrams.py | ||
count_vowels.py | ||
credit_card_validator.py | ||
damerau_levenshtein_distance.py | ||
detecting_english_programmatically.py | ||
dictionary.txt | ||
dna.py | ||
edit_distance.py | ||
frequency_finder.py | ||
hamming_distance.py | ||
indian_phone_validator.py | ||
is_contains_unique_chars.py | ||
is_isogram.py | ||
is_pangram.py | ||
is_polish_national_id.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 | ||
pig_latin.py | ||
prefix_function.py | ||
rabin_karp.py | ||
remove_duplicate.py | ||
reverse_letters.py | ||
reverse_words.py | ||
snake_case_to_camel_pascal_case.py | ||
split.py | ||
string_switch_case.py | ||
strip.py | ||
text_justification.py | ||
title.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 |