1
0
Fork 0
mirror of https://gitlab.com/mfocko/LeetCode.git synced 2024-09-19 01:36:57 +02:00
LeetCode/cs
Matej Focko f57c9959f7
cs: add «860. Lemonade Change»
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-08-15 11:05:00 +02:00
..
.gitignore chore: add dotnet-format 2024-03-15 17:21:45 +01:00
arithmetic-slices-ii-subsequence.cs chore(cs): format 2024-03-15 17:22:58 +01:00
average-of-levels-in-binary-tree.cs chore(cs): format 2024-03-15 17:22:58 +01:00
best-time-to-buy-and-sell-stock-with-transaction-fee.cs cs: add «714. Best Time to Buy and Sell Stock with Transaction Fee» 2024-08-04 23:25:17 +02:00
binary-tree-pruning.cs chore: unwrap one layer 2023-12-12 14:36:00 +01:00
binary-tree-right-side-view.cs cs: add “199. Binary Tree Right Side View” 2024-01-07 22:15:48 +01:00
can-place-flowers.cs cs: add “605. Can Place Flowers” 2024-01-07 16:03:40 +01:00
count-good-nodes-in-binary-tree.cs cs: add “1448. Count Good Nodes in Binary Tree” 2024-01-07 21:09:16 +01:00
count-subarrays-with-fixed-bounds.cs cs: add «2444. Count Subarrays With Fixed Bounds» 2024-03-31 16:36:42 +02:00
counting-bits.cs cs: add “338. Counting Bits” 2024-01-07 00:02:39 +01:00
cs.csproj chore: add dotnet-format 2024-03-15 17:21:45 +01:00
cs.sln ci(cs): fix the CI 2024-08-06 15:59:15 +02:00
delete-node-in-a-bst.cs cs: add “450. Delete Node in a BST” 2024-01-09 12:25:16 +01:00
delete-the-middle-node-of-a-linked-list.cs cs: add “2095. Delete the Middle Node of a Linked List” 2024-01-07 23:14:58 +01:00
determine-if-two-strings-are-close.cs cs: add “1657. Determine if Two Strings Are Close” 2024-01-07 13:49:00 +01:00
dota2-senate.cs cs: add «649. Dota2 Senate» 2024-08-10 00:31:04 +02:00
equal-row-and-column-pairs.cs cs: add “2352. Equal Row and Column Pairs” 2024-01-07 13:06:12 +01:00
find-pivot-index.cs cs: add “724. Find Pivot Index” 2024-01-07 16:00:47 +01:00
find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance.cs cs: add «1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance» 2024-07-26 18:00:46 +02:00
find-the-duplicate-number.cs cs: add «287. Find the Duplicate Number» 2024-03-24 10:59:12 +01:00
find-the-highest-altitude.cs cs: add “1732. Find the Highest Altitude” 2024-01-08 22:26:17 +01:00
freedom-trail.cs cs: add «514. Freedom Trail» 2024-04-28 00:36:07 +02:00
insert-interval.cs cs: add «57. Insert Interval» 2024-03-18 00:12:11 +01:00
integer-to-english-words.cs cs: add «273. Integer to English Words» 2024-08-07 23:30:31 +02:00
kids-with-the-greatest-number-of-candies.cs cs: add “1431. Kids With the Greatest Number of Candies” 2024-01-07 16:05:10 +01:00
kth-distinct-string-in-an-array.cs cs: add «2053. Kth Distinct String in an Array» 2024-08-05 22:07:45 +02:00
leaf-similar-trees.cs cs: add “872. Leaf-Similar Trees” 2024-01-09 12:39:06 +01:00
lemonade-change.cs cs: add «860. Lemonade Change» 2024-08-15 11:05:00 +02:00
length-of-last-word.cs cs: add «58. Length of Last Word» 2024-04-01 21:30:57 +02:00
make-the-string-great.cs cs: add «1544. Make The String Great» 2024-04-05 18:10:34 +02:00
max-consecutive-ones-iii.cs cs: add «1004. Max Consecutive Ones III» 2024-08-12 21:43:51 +02:00
maximum-level-sum-of-a-binary-tree.cs cs: add “1161. Maximum Level Sum of a Binary Tree” 2024-01-07 22:06:12 +01:00
maximum-nesting-depth-of-the-parentheses.cs cs: add «1614. Maximum Nesting Depth of the Parentheses» 2024-04-04 23:08:57 +02:00
maximum-score-words-formed-by-letters.cs cs: add «1255. Maximum Score Words Formed by Letters» 2024-05-25 00:55:05 +02:00
maximum-subsequence-score.cs cs: add «2542. Maximum Subsequence Score» 2024-08-10 22:40:07 +02:00
merge-strings-alternately.cs cs: add “1768. Merge Strings Alternately” 2024-01-06 22:04:18 +01:00
min-cost-climbing-stairs.cs cs: add “746. Min Cost Climbing Stairs” 2024-01-07 19:57:54 +01:00
minimum-cost-to-convert-string-i.cs cs: add «2976. Minimum Cost to Convert String I» 2024-07-27 20:12:49 +02:00
minimum-cost-to-hire-k-workers.cs cs: add «857. Minimum Cost to Hire K Workers» 2024-05-11 22:20:05 +02:00
minimum-falling-path-sum-ii.cs cs: add «1289. Minimum Falling Path Sum II» 2024-04-26 19:55:26 +02:00
minimum-flips-to-make-a-or-b-equal-to-c.cs cs: add “1318. Minimum Flips to Make a OR b Equal to c” 2024-01-07 00:06:02 +01:00
minimum-number-of-days-to-disconnect-island.cs cs: add «1568. Minimum Number of Days to Disconnect Island» 2024-08-11 21:50:02 +02:00
minimum-number-of-pushes-to-type-word-ii.cs cs: add «3016. Minimum Number of Pushes to Type Word II» 2024-08-06 16:00:02 +02:00
move-zeroes.cs cs: add “283. Move Zeroes” 2024-01-06 22:28:10 +01:00
n-th-tribonacci-number.cs chore(cs): format 2024-03-15 17:22:58 +01:00
number-of-provinces.cs cs: add “547. Number of Provinces” 2024-01-07 21:15:19 +01:00
poor-pigs.cs chore(cs): format 2024-03-15 17:22:58 +01:00
product-of-array-except-self.cs cs: add «238. Product of Array Except Self» 2024-03-15 17:28:55 +01:00
removing-stars-from-a-string.cs cs: add “2390. Removing Stars From a String” 2024-01-07 21:03:07 +01:00
reorder-list.cs cs: add «143. Reorder List» 2024-03-23 21:38:06 +01:00
reverse-linked-list.cs cs: add “206. Reverse Linked List” 2024-01-09 15:03:47 +01:00
reverse-vowels-of-a-string.cs cs: add «345. Reverse Vowels of a String» 2024-08-03 21:25:40 +02:00
search-in-a-binary-tree.cs cs: add “700. Search in a Binary Search Tree” 2024-01-06 22:17:54 +01:00
second-minimum-time-to-reach-destination.cs cs: add «2045. Second Minimum Time to Reach Destination» 2024-07-28 22:57:57 +02:00
single-number.cs cs: add “136. Single Number” 2024-01-08 22:29:29 +01:00
smallest-number-in-infinite-set.cs cs: add “2336. Smallest Number in Infinite Set” 2024-01-07 20:13:10 +01:00
string-compression.cs cs: add «443. String Compression» 2024-08-13 18:23:30 +02:00
sum-of-left-leaves.cs cs: add «404. Sum of Left Leaves» 2024-04-14 20:23:17 +02:00
unique-paths.cs cs: add “62. Unique Paths” 2024-01-06 22:51:12 +01:00
valid-parenthesis-string.cs cs: add «678. Valid Parenthesis String» 2024-04-07 20:57:39 +02:00
word-search.cs cs: add «79. Word Search» 2024-04-06 00:05:24 +02:00