Commit graph

173 commits

Author SHA1 Message Date
d191edd7ab
go: add «1295. Find Numbers with Even Number of Digits»
URL:	https://leetcode.com/problems/find-numbers-with-even-number-of-digits/
2025-04-30 09:35:22 +02:00
e0bc438fd4
go: add «2962. Count Subarrays Where Max Element Appears at Least K Times»
URL:	https://leetcode.com/problems/count-subarrays-where-max-element-appears-at-least-k-times/
2025-04-29 08:45:11 +02:00
a543ed4e2f
go: add «2302. Count Subarrays With Score Less Than K»
URL:	https://leetcode.com/problems/count-subarrays-with-score-less-than-k/
Signed-off-by: Matej Focko <mfocko@redhat.com>
2025-04-28 16:21:25 +02:00
10133596cd
go: add «2444. Count Subarrays With Fixed Bounds»
URL:    https://leetcode.com/problems/count-subarrays-with-fixed-bounds/
Signed-off-by: Matej Focko <mfocko@redhat.com>
2025-04-27 14:27:20 +02:00
f2617c1989
chore(go): add ‹gopls› to the Go's nix-shell
Signed-off-by: Matej Focko <mfocko@redhat.com>
2025-04-27 14:26:29 +02:00
43f07b7682
go: add «2845. Count of Interesting Subarrays»
URL:	https://leetcode.com/problems/count-of-interesting-subarrays/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-04-25 10:02:19 +02:00
9a6e03ae27
chore(go): add nix-shell, direnv and bump version
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-04-25 10:01:07 +02:00
45835210f2
go: add «2563. Count the Number of Fair Pairs»
URL:	https://leetcode.com/problems/count-the-number-of-fair-pairs/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-04-19 11:10:30 +02:00
591183b3ec
go: add «38. Count and Say»
URL:	https://leetcode.com/problems/count-and-say/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-04-18 12:39:33 +02:00
71a5045a86
go: add «2176. Count Equal and Divisible Pairs in an Array»
URL:	https://leetcode.com/problems/count-equal-and-divisible-pairs-in-an-array/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-04-17 09:23:21 +02:00
38cea1225d
go: add «2537. Count the Number of Good Subarrays»
URL:	https://leetcode.com/problems/count-the-number-of-good-subarrays/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-04-16 09:55:54 +02:00
96f59f9f54
go: add «1922. Count Good Numbers»
URL:	https://leetcode.com/problems/count-good-numbers/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-04-13 21:58:53 +02:00
e69372dbef
go: add «2999. Count the Number of Powerful Integers»
URL:	https://leetcode.com/problems/count-the-number-of-powerful-integers/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-04-10 09:20:12 +02:00
8915c79d5f
go: add «368. Largest Divisible Subset»
URL:	https://leetcode.com/problems/largest-divisible-subset/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-04-06 15:05:27 +02:00
23deeef141
go: add «1863. Sum of All Subset XOR Totals»
URL:	https://leetcode.com/problems/sum-of-all-subset-xor-totals/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-04-05 14:01:39 +02:00
b8bdec306c
go: add «2874. Maximum Value of an Ordered Triplet II»
URL:	https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-ii/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-04-03 18:29:09 +02:00
b6c2e213a1
go: add «2873. Maximum Value of an Ordered Triplet I»
URL:	https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-i/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-04-02 16:11:33 +02:00
bb1a26c96f
go: add «2818. Apply Operations to Maximize Score»
URL:	https://leetcode.com/problems/apply-operations-to-maximize-score/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-03-29 20:18:04 +01:00
d98d57439f
go: add «2780. Minimum Index of a Valid Split»
URL:	https://leetcode.com/problems/minimum-index-of-a-valid-split/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-03-27 11:04:20 +01:00
e810e992fe
go: add «3169. Count Days Without Meetings»
URL:	https://leetcode.com/problems/count-days-without-meetings/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-03-24 18:57:18 +01:00
50cfe9c234
go: add «1976. Number of Ways to Arrive at Destination»
URL:	https://leetcode.com/problems/number-of-ways-to-arrive-at-destination/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-03-23 11:30:39 +01:00
a1d5ad7ba0
go: add «3108. Minimum Cost Walk in Weighted Graph»
URL:	https://leetcode.com/problems/minimum-cost-walk-in-weighted-graph/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-03-20 10:42:40 +01:00
b876b68ef1
go: add «3191. Minimum Operations to Make Binary Array Elements Equal to One I»
URL:	https://leetcode.com/problems/minimum-operations-to-make-binary-array-elements-equal-to-one-i/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-03-19 11:16:32 +01:00
aec179520a
go: add «2206. Divide Array Into Equal Pairs»
URL:	https://leetcode.com/problems/divide-array-into-equal-pairs/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-03-17 11:44:16 +01:00
356b3e0dde
go: add «2594. Minimum Time to Repair Cars»
URL:	https://leetcode.com/problems/minimum-time-to-repair-cars/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-03-16 22:14:00 +01:00
234fce32c9
go: add «3356. Zero Array Transformation II»
URL:	https://leetcode.com/problems/zero-array-transformation-ii/
2025-03-13 12:01:17 +01:00
3949a90cfa
go: add «2529. Maximum Count of Positive Integer and Negative Integer»
URL:	https://leetcode.com/problems/maximum-count-of-positive-integer-and-negative-integer/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-03-12 12:34:50 +01:00
2e9d570eb7
go: add «1358. Number of Substrings Containing All Three Characters»
URL:	https://leetcode.com/problems/number-of-substrings-containing-all-three-characters/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-03-11 09:10:02 +01:00
84d3480c60
go: add «3066. Minimum Operations to Exceed Threshold Value II»
URL:	https://leetcode.com/problems/minimum-operations-to-exceed-threshold-value-ii/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-02-13 12:51:41 +01:00
44e82181c3
go: add «2349. Design a Number Container System»
URL:	https://leetcode.com/problems/design-a-number-container-system/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-02-08 21:29:56 +01:00
0cd2d639f1
go: add «2493. Divide Nodes Into the Maximum Number of Groups»
URL:	https://leetcode.com/problems/divide-nodes-into-the-maximum-number-of-groups/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-30 14:50:58 +01:00
e6e6860da0
go: add «2658. Maximum Number of Fish in a Grid»
URL:	https://leetcode.com/problems/maximum-number-of-fish-in-a-grid/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-28 11:48:45 +01:00
b9ba3ba6a9
go: add «2127. Maximum Employees to Be Invited to a Meeting»
URL:	https://leetcode.com/problems/maximum-employees-to-be-invited-to-a-meeting/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-27 10:26:57 +01:00
a67853e75f
go: add «2948. Make Lexicographically Smallest Array by Swapping Elements»
URL:	https://leetcode.com/problems/make-lexicographically-smallest-array-by-swapping-elements/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-25 23:39:54 +01:00
c5653d345f
go: add «1267. Count Servers that Communicate»
URL:	https://leetcode.com/problems/count-servers-that-communicate/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-23 10:46:31 +01:00
c6bacfc1d9
go: add «2017. Grid Game»
URL:	https://leetcode.com/problems/grid-game/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-21 17:21:38 +01:00
cbfe2ea6a8
go: add «1368. Minimum Cost to Make at Least One Valid Path in a Grid»
URL:	https://leetcode.com/problems/minimum-cost-to-make-at-least-one-valid-path-in-a-grid/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-19 13:58:21 +01:00
9565215eba
go: add «2425. Bitwise XOR of All Pairings»
URL:	https://leetcode.com/problems/bitwise-xor-of-all-pairings/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-16 16:40:16 +01:00
0ca8344c5a
go: add «3223. Minimum Length of String After Operations»
URL:	https://leetcode.com/problems/minimum-length-of-string-after-operations/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-13 11:53:04 +01:00
61dfb7cbd5
go: add «2116. Check if a Parentheses String Can Be Valid»
URL:	https://leetcode.com/problems/check-if-a-parentheses-string-can-be-valid/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-12 18:45:06 +01:00
6dfd741e6a
go: add «1408. String Matching in an Array»
URL:	https://leetcode.com/problems/string-matching-in-an-array/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-07 23:41:26 +01:00
7166a19f10
go: add «135. Candy»
URL:	https://leetcode.com/problems/candy/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-05 21:58:11 +01:00
1183f0e046
go: add «274. H-Index»
URL:	https://leetcode.com/problems/h-index/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-04 20:35:31 +01:00
ad8b800a0b
go: add «45. Jump Game II»
URL:	https://leetcode.com/problems/jump-game-ii/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-04 17:38:18 +01:00
3285c5515e
go: add «169. Majority Element»
URL:	https://leetcode.com/problems/majority-element/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-03 14:26:45 +01:00
4204acb546
go: add «80. Remove Duplicates from Sorted Array II»
URL:	https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-03 14:19:43 +01:00
3a68075b5a
go: add «26. Remove Duplicates from Sorted Array»
URL:	https://leetcode.com/problems/remove-duplicates-from-sorted-array/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-03 14:12:36 +01:00
4c5a83c578
go: add «2559. Count Vowel Strings in Ranges»
URL:	https://leetcode.com/problems/count-vowel-strings-in-ranges/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2025-01-02 10:16:15 +01:00
4e0f9fbca5
go: add «983. Minimum Cost For Tickets»
URL:	https://leetcode.com/problems/minimum-cost-for-tickets/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-31 11:36:51 +01:00
97906d6431
go: add «2182. Construct String With Repeat Limit»
URL:	https://leetcode.com/problems/construct-string-with-repeat-limit/
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-29 23:16:09 +01:00