.. |
__init__.py
|
Add __init__.py files in all the directories (#2503)
|
2020-09-28 19:42:36 +02:00 |
aho_corasick.py
|
|
|
alternative_string_arrange.py
|
|
|
anagrams.py
|
Increased Readability Of Variables (#6400)
|
2022-10-30 08:11:17 +01:00 |
anagrams.txt
|
|
|
autocomplete_using_trie.py
|
Make some ruff fixes (#8154)
|
2023-03-01 17:23:33 +01:00 |
barcode_validator.py
|
|
|
boyer_moore_search.py
|
Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062)
|
2022-10-13 00:54:20 +02:00 |
camel_case_to_snake_case.py
|
|
|
can_string_be_rearranged_as_palindrome.py
|
|
|
capitalize.py
|
Add more ruff rules (#8767)
|
2023-05-26 09:34:17 +02:00 |
check_anagrams.py
|
|
|
credit_card_validator.py
|
|
|
damerau_levenshtein_distance.py
|
Add Damerau-Levenshtein distance algorithm (#10159)
|
2023-10-13 15:18:52 +02:00 |
detecting_english_programmatically.py
|
Refactoring the syntax using list comprehension (#7749)
|
2022-10-27 23:02:15 +02:00 |
dictionary.txt
|
|
|
dna.py
|
|
|
edit_distance.py
|
Edit Distance Algorithm for String Matching (#10571)
|
2023-10-19 08:38:02 -04:00 |
frequency_finder.py
|
Adding doctests to frequency_finder.py (#10341)
|
2023-10-24 21:53:31 +00:00 |
hamming_distance.py
|
pre-commit: Upgrade psf/black for stable style 2023 (#8110)
|
2023-02-01 18:44:54 +05:30 |
indian_phone_validator.py
|
|
|
is_contains_unique_chars.py
|
fix typo (#6375)
|
2022-09-21 16:37:38 +01:00 |
is_isogram.py
|
|
|
is_pangram.py
|
Update comments in check_pangram.py script (#7564)
|
2022-10-23 18:00:59 +02:00 |
is_polish_national_id.py
|
feat: Polish ID (PESEL) checker added (#10618)
|
2023-10-17 20:24:16 +02:00 |
is_spain_national_id.py
|
Add more ruff rules (#8767)
|
2023-05-26 09:34:17 +02:00 |
is_srilankan_phone_number.py
|
Fix ruff rules ISC flake8-implicit-str-concat (#8892)
|
2023-07-28 17:53:09 +01:00 |
is_valid_email_address.py
|
Create is valid email address algorithm (#8907)
|
2023-08-14 01:28:52 -07:00 |
jaro_winkler.py
|
Set the Python file maximum line length to 88 characters (#2122)
|
2020-06-16 10:09:19 +02:00 |
join.py
|
Added test cases to join.py (#10629)
|
2023-10-17 02:36:12 -04:00 |
knuth_morris_pratt.py
|
|
|
levenshtein_distance.py
|
|
|
lower.py
|
|
|
manacher.py
|
Fix some typos (#6113)
|
2022-05-01 18:44:23 +08:00 |
min_cost_string_conversion.py
|
|
|
naive_string_search.py
|
|
|
ngram.py
|
feat: add strings/ngram algorithm (#6074)
|
2022-04-04 09:06:32 +05:30 |
palindrome.py
|
|
|
pig_latin.py
|
|
|
prefix_function.py
|
|
|
rabin_karp.py
|
Ruff pandas vet (#10281)
|
2023-10-11 14:30:02 -04:00 |
remove_duplicate.py
|
Fixed remove duplicate (#2470)
|
2020-09-24 19:14:52 +08:00 |
reverse_letters.py
|
Consolidated two scripts reverse_letters.py and reverse_long_words.py into one (#10140)
|
2023-10-09 09:17:22 +13:00 |
reverse_words.py
|
Fixed reverse words algorithm (#2469)
|
2020-09-24 19:12:52 +08:00 |
snake_case_to_camel_pascal_case.py
|
|
|
split.py
|
Set the Python file maximum line length to 88 characters (#2122)
|
2020-06-16 10:09:19 +02:00 |
string_switch_case.py
|
|
|
strip.py
|
Create strip.py (#10011)
|
2023-10-08 12:10:41 -04:00 |
text_justification.py
|
|
|
title.py
|
Add Title Case Conversion (#10439)
|
2023-10-14 18:17:11 +02:00 |
top_k_frequent_words.py
|
|
|
upper.py
|
Updated Comments on upper.py (#10442)
|
2023-10-14 15:02:37 -04:00 |
wave.py
|
Wave (#6061)
|
2022-06-24 00:47:29 +08:00 |
wildcard_pattern_matching.py
|
|
|
word_occurrence.py
|
|
|
word_patterns.py
|
|
|
words.txt
|
|
|
z_function.py
|
|
|