Python/strings
mateuszz0000 3de6f010c3
Refactor remove duplicates to more pythonic (#2093)
* Refactor strings/remove_duplicate to more pythonic

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-06-11 06:13:40 +02:00
..
aho-corasick.py Fixes black failures from Previous PR (#1751) 2020-02-13 02:19:41 +05:30
boyer_moore_search.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
check_pangram.py Fix typo "panagram" -> "pangram" (#1836) 2020-04-07 14:08:11 +02:00
is_palindrome.py Update is_palindrome.py (#2025) 2020-05-22 11:57:23 +02:00
jaro_winkler.py circular_linked_list: Add more len() tests (#2051) 2020-05-31 13:06:57 +05:30
knuth_morris_pratt.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
levenshtein_distance.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
lower.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
manacher.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
min_cost_string_conversion.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
naive_string_search.py Naive string doctests + typehints (#2054) 2020-06-01 15:40:40 +02:00
rabin_karp.py Typo in comment rabin_karp.py (#1820) 2020-03-29 10:19:19 +02:00
remove_duplicate.py Refactor remove duplicates to more pythonic (#2093) 2020-06-11 06:13:40 +02:00
reverse_words.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
split.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
upper.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
word_occurrence.py fix: space count in strings/word_occurrence.py (#1896) 2020-04-21 17:28:54 +02:00