You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -748,6 +748,7 @@ Profile on LeetCode: [fartem](https://leetcode.com/fartem/).
748
748
| 2196. Create Binary Tree From Descriptions |[Link](https://leetcode.com/problems/create-binary-tree-from-descriptions/)|[Link](./lib/medium/2196_create_binary_tree_from_descriptions.rb)|[Link](./test/medium/test_2196_create_binary_tree_from_descriptions.rb)|
749
749
| 2221. Find Triangular Sum of an Array |[Link](https://leetcode.com/problems/find-triangular-sum-of-an-array/)|[Link](./lib/medium/2221_find_triangular_sum_of_an_array.rb)|[Link](./test/medium/test_2221_find_triangular_sum_of_an_array.rb)|
750
750
| 2225. Find Players With Zero or One Losses |[Link](https://leetcode.com/problems/find-players-with-zero-or-one-losses/)|[Link](./lib/medium/2225_find_players_with_zero_or_one_losses.rb)|[Link](./test/medium/test_2225_find_players_with_zero_or_one_losses.rb)|
751
+
| 2233. Maximum Product After K Increments |[Link](https://leetcode.com/problems/maximum-product-after-k-increments/)|[Link](./lib/medium/2233_maximum_product_after_k_increments.rb)|[Link](./test/medium/test_2233_maximum_product_after_k_increments.rb)|
751
752
| 2425. Bitwise XOR of All Pairings |[Link](https://leetcode.com/problems/bitwise-xor-of-all-pairings/)|[Link](./lib/medium/2425_bitwise_xor_of_all_pairings.rb)|[Link](./test/medium/test_2425_bitwise_xor_of_all_pairings.rb)|
| 2657. Find the Prefix Common Array of Two Arrays |[Link](https://leetcode.com/problems/find-the-prefix-common-array-of-two-arrays/)|[Link](./lib/medium/2657_find_the_prefix_common_array_of_two_arrays.rb)|[Link](./test/medium/test_2657_find_the_prefix_common_array_of_two_arrays.rb)|
0 commit comments