LeetCode/kt
2024-11-27 22:13:03 +01:00
..
binary-tree-inorder-traversal.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
binary-tree-level-order-traversal.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
check-if-every-row-and-column-contains-all-numbers.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
circular-sentence.kt kt: add «2490. Circular Sentence» 2024-11-02 12:59:28 +01:00
construct-string-from-binary-tree.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
count-square-submatrices-with-all-ones.kt kt: add «1277. Count Square Submatrices with All Ones» 2024-10-27 22:54:59 +01:00
count-the-number-of-fair-pairs.kt kt: add «2563. Count the Number of Fair Pairs» 2024-11-13 17:19:49 +01:00
count-unguarded-cells-in-the-grid.kt kt: add «2257. Count Unguarded Cells in the Grid» 2024-11-21 23:53:36 +01:00
defuse-the-bomb.kt kt: add «1652. Defuse the Bomb» 2024-11-19 22:51:32 +01:00
delete-characters-to-make-fancy-string.kt kt: add «1957. Delete Characters to Make Fancy String» 2024-11-02 00:01:10 +01:00
delete-leaves-with-a-given-value.kt kt: add «1325. Delete Leaves With a Given Value» 2024-05-17 18:26:09 +02:00
double-a-number-represented-as-a-linked-list.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
find-champion-ii.kt kt: add «2924. Find Champion II» 2024-11-26 15:16:27 +01:00
find-if-array-can-be-sorted.kt kt: add «3011. Find if Array Can Be Sorted» 2024-11-06 21:41:21 +01:00
find-the-power-of-k-size-subarrays-i.kt kt: add «3254. Find the Power of K-Size Subarrays I» 2024-11-16 21:20:02 +01:00
first-unique-character-in-a-string.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
flip-columns-for-maximum-number-of-equal-rows.kt kt: add «1072. Flip Columns For Maximum Number of Equal Rows» 2024-11-22 17:49:39 +01:00
iterator-for-combination.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
largest-3-same-digit-number-in-string.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
largest-combination-with-bitwise-and-greater-than-zero.kt kt: add «2275. Largest Combination With Bitwise AND Greater Than Zero» 2024-11-07 22:11:06 +01:00
longest-square-streak-in-an-array.kt kt: add «2501. Longest Square Streak in an Array» 2024-10-28 22:53:48 +01:00
lowest-common-ancestor-of-a-binary-search-tree.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
max-area-of-island.kt style(kt): reformat ‹695. Max Area of Island› 2024-05-17 18:24:25 +02:00
maximize-distance-to-closest-person.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
maximum-matrix-sum.kt kt: add «1975. Maximum Matrix Sum» 2024-11-24 22:19:59 +01:00
maximum-number-of-moves-in-a-grid.kt kt: add «2684. Maximum Number of Moves in a Grid» 2024-10-29 23:36:45 +01:00
maximum-sum-of-distinct-subarrays-with-length-k.kt kt: add «2461. Maximum Sum of Distinct Subarrays With Length K» 2024-11-19 22:51:32 +01:00
maximum-units-on-a-truck.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
maximum-xor-for-each-query.kt kt: add «1829. Maximum XOR for Each Query» 2024-11-08 14:35:00 +01:00
minimized-maximum-of-products-distributed-to-any-store.kt kt: add «2064. Minimized Maximum of Products Distributed to Any Store» 2024-11-14 22:45:40 +01:00
minimum-array-end.kt kt: add «3133. Minimum Array End» 2024-11-09 23:17:59 +01:00
minimum-number-of-changes-to-make-binary-string-beautiful.kt kt: add «2914. Minimum Number of Changes to Make Binary String Beautiful» 2024-11-06 09:33:27 +01:00
minimum-number-of-refueling-stops.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
minimum-number-of-removals-to-make-mountain-array.kt kt: add «1671. Minimum Number of Removals to Make Mountain Array» 2024-10-31 00:09:24 +01:00
minimum-time-visiting-all-points.kt chore: unwrap one layer 2023-12-12 14:36:00 +01:00
minimum-total-distance-traveled.kt kt: add «2463. Minimum Total Distance Traveled» 2024-10-31 23:38:41 +01:00
minimum-window-substring.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
most-beautiful-item-for-each-query.kt kt: add «2070. Most Beautiful Item for Each Query» 2024-11-12 15:44:00 +01:00
power-of-three.kt chore: unwrap one layer 2023-12-12 14:36:00 +01:00
prime-subtraction-operation.kt kt: add «2601. Prime Subtraction Operation» 2024-11-12 00:03:52 +01:00
remove-nodes-from-linked-list.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
richest-customer-wealth.kt chore: unwrap one layer 2023-12-12 14:36:00 +01:00
roman-to-integer.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
rotate-string.kt kt: add «796. Rotate String» 2024-11-03 20:16:21 +01:00
rotating-the-box.kt kt: add «1861. Rotating the Box» 2024-11-24 00:00:13 +01:00
shortest-distance-after-road-addition-queries-i.kt kt: add «3243. Shortest Distance After Road Addition Queries I» 2024-11-27 22:13:03 +01:00
shortest-subarray-to-be-removed-to-make-array-sorted.kt kt: add «1574. Shortest Subarray to be Removed to Make Array Sorted» 2024-11-15 23:25:03 +01:00
shortest-subarray-with-or-at-least-k-ii.kt kt: add «3097. Shortest Subarray With OR at Least K II» 2024-11-10 19:16:43 +01:00
shortest-subarray-with-sum-at-least-k.kt kt: add «862. Shortest Subarray with Sum at Least K» 2024-11-17 20:40:55 +01:00
sliding-puzzle.kt kt: add «773. Sliding Puzzle» 2024-11-26 00:02:35 +01:00
split-array-into-consecutive-subsequences.kt chore: unwrap one layer 2023-12-12 14:36:00 +01:00
string-compression-iii.kt kt: add «3163. String Compression III» 2024-11-04 22:21:14 +01:00
student-attendance-record-ii.kt kt: add «552. Student Attendance Record II» 2024-05-27 00:51:20 +02:00
substring-with-concatenation-of-all-words.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
sum-of-all-subset-xor-totals.kt kt: add «1863. Sum of All Subset XOR Totals» 2024-05-20 15:47:02 +02:00
take-k-of-each-character-from-left-and-right.kt kt: add «2516. Take K of Each Character From Left and Right» 2024-11-20 11:39:07 +01:00
unique-morse-code-words.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
validate-binary-search-tree.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00
word-break-ii.kt kt: add «140. Word Break II» 2024-05-26 00:41:14 +02:00
word-ladder-ii.kt style(kt): reformat the files 2024-05-17 18:23:38 +02:00