1
Fork 0
leetcode/source
Bauke 75b206bb24
Fix Clippy issues.
2022-09-25 11:12:58 +02:00
..
add_binary Make changes suggested by Clippy. 2022-04-08 23:00:38 +02:00
contains_duplicate Solve contains-duplicate. 2022-04-11 13:23:20 +02:00
contains_duplicate_ii Solve contains-duplicate-ii. 2022-04-11 14:02:46 +02:00
excel_sheet_column_number Solve excel-sheet-column-number. 2022-04-09 10:47:39 +02:00
excel_sheet_column_title Solve excel-sheet-column-title. 2022-04-09 13:04:21 +02:00
first_missing_positive Fix Clippy issues. 2022-09-25 11:12:58 +02:00
fizz_buzz Solve fizz-buzz. 2022-04-13 19:49:19 +02:00
implement_strstr Replace manual tests with test_case. 2022-04-08 22:53:04 +02:00
integer_to_roman Change to unreachable. 2022-04-11 14:19:21 +02:00
isomorphic_strings Solve isomorphic-strings. 2022-04-09 20:25:08 +02:00
keyboard_row Solve keyboard-row. 2022-04-11 14:32:59 +02:00
length_of_last_word Replace manual tests with test_case. 2022-04-08 22:53:04 +02:00
longest_common_prefix Make changes suggested by Clippy. 2022-04-08 23:00:38 +02:00
missing_number Replace manual tests with test_case. 2022-04-08 22:53:04 +02:00
palindrome_number Replace manual tests with test_case. 2022-04-08 22:53:04 +02:00
plus_one Make changes suggested by Clippy. 2022-04-08 23:00:38 +02:00
reverse_integer Replace manual tests with test_case. 2022-04-08 22:53:04 +02:00
roman_to_integer Replace unreachable panics with unreachable!(). 2022-04-08 22:54:17 +02:00
set_mismatch Solve set-mismatch. 2022-04-12 15:26:20 +02:00
two_sum Replace unreachable panics with unreachable!(). 2022-04-08 22:54:17 +02:00
valid_anagram Make changes suggested by Clippy. 2022-04-08 23:00:38 +02:00
valid_number Fix Clippy issues. 2022-09-25 11:12:58 +02:00
valid_palindrome Solve valid-palindrome. 2022-04-09 00:32:20 +02:00
valid_parenthesis Make changes suggested by Clippy. 2022-04-08 23:00:38 +02:00
word_pattern Fix Clippy issues. 2022-09-25 11:12:58 +02:00
lib.rs Solve first-missing-positive. 2022-04-15 23:50:20 +02:00