Python/strings
CarsonHam 61f3119467
Change occurrences of str.format to f-strings (#4118)
* f-string update rsa_cipher.py

* f-string update rsa_key_generator.py

* f-string update burrows_wheeler.py

* f-string update non_recursive_segment_tree.py

* f-string update red_black_tree.py

* f-string update deque_doubly.py

* f-string update climbing_stairs.py

* f-string update iterating_through_submasks.py

* f-string update knn_sklearn.py

* f-string update 3n_plus_1.py

* f-string update quadratic_equations_complex_numbers.py

* f-string update nth_fibonacci_using_matrix_exponentiation.py

* f-string update sherman_morrison.py

* f-string update levenshtein_distance.py

* fix lines that were too long
2021-02-23 11:23:49 +05:30
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
aho_corasick.py Add type hints for "strings" folder (#2882) 2020-10-06 14:01:15 +05:30
boyer_moore_search.py Add type hints for "strings" folder (#2882) 2020-10-06 14:01:15 +05:30
can_string_be_rearranged_as_palindrome.py Optimization problem_10 in project_euler (#2453) 2020-09-22 15:15:11 +02:00
capitalize.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
check_anagrams.py Fixed bugs (#2474) 2020-09-25 15:20:09 +02:00
check_pangram.py Optimization for pangram string (#2473) 2020-09-26 22:58:59 +08:00
is_palindrome.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
jaro_winkler.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
knuth_morris_pratt.py Add type hints for "strings" folder (#2882) 2020-10-06 14:01:15 +05:30
levenshtein_distance.py Change occurrences of str.format to f-strings (#4118) 2021-02-23 11:23:49 +05:30
lower.py Updated lower and upper (#2468) 2020-09-26 01:58:40 +08:00
manacher.py Add type hints for "strings" folder (#2882) 2020-10-06 14:01:15 +05:30
min_cost_string_conversion.py Add type hints to strings/min_cost_string_conversion.py (#2337) 2020-10-01 09:04:31 +08:00
naive_string_search.py Naive string doctests + typehints (#2054) 2020-06-01 15:40:40 +02:00
prefix_function.py Implement prefix function, knuth-morris-pratt another usage (#2099) 2020-06-17 18:27:05 +02:00
rabin_karp.py Add type hints for "strings" folder (#2882) 2020-10-06 14:01:15 +05:30
remove_duplicate.py Fixed remove duplicate (#2470) 2020-09-24 19:14:52 +08:00
reverse_letters.py Added reverse_letters.py (#3730) 2020-10-27 12:05:37 +08:00
reverse_words.py Fixed reverse words algorithm (#2469) 2020-09-24 19:12:52 +08:00
split.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
swap_case.py Fix handling of non ascii characters in swap case (fixes: #3847) (#3848) 2020-11-06 22:39:12 +05:30
upper.py Modified comments on upper.py (#3884) 2020-11-18 12:07:30 +05:30
word_occurrence.py fix: space count in strings/word_occurrence.py (#1896) 2020-04-21 17:28:54 +02:00
z_function.py Fix syntax for flake8 passing (#2096) 2020-06-12 06:51:47 +02:00