# 01.09.2025
[1792. Maximum Average Pass Ratio](https://leetcode.com/problems/maximum-average-pass-ratio/description) medium
Max avg ratio after assigning extra to ratios #medium
[1792. Maximum Average Pass Ratio](https://leetcode.com/problems/maximum-average-pass-ratio/description) medium
Max avg ratio after assigning extra to ratios #medium
👍2
# 02.09.2025
[3025. Find the Number of Ways to Place People I](https://leetcode.com/problems/find-the-number-of-ways-to-place-people-i/description/) medium
Left-top, bottom-right pairs with empty rectangles #medium
[3025. Find the Number of Ways to Place People I](https://leetcode.com/problems/find-the-number-of-ways-to-place-people-i/description/) medium
Left-top, bottom-right pairs with empty rectangles #medium
👍2
# 03.09.2025
[3027. Find the Number of Ways to Place People II](https://leetcode.com/problems/find-the-number-of-ways-to-place-people-ii/description/) hard
Left-top, bottom-right pairs with empty rectangles #medium #geometry
[3027. Find the Number of Ways to Place People II](https://leetcode.com/problems/find-the-number-of-ways-to-place-people-ii/description/) hard
Left-top, bottom-right pairs with empty rectangles #medium #geometry
👍2
This media is not supported in your browser
VIEW IN TELEGRAM
# 04.09.2025
[3516. Find Closest Person](https://leetcode.com/problems/find-closest-person/description/) easy
Compare two distances #easy
[3516. Find Closest Person](https://leetcode.com/problems/find-closest-person/description/) easy
Compare two distances #easy
👍2
This media is not supported in your browser
VIEW IN TELEGRAM
# 05.09.2025
[2749. Minimum Operations to Make the Integer Zero](https://leetcode.com/problems/minimum-operations-to-make-the-integer-zero/description/) medium
Min ops to subtract n2+2^(0..60) from n1 and make n1=0 #medium
[2749. Minimum Operations to Make the Integer Zero](https://leetcode.com/problems/minimum-operations-to-make-the-integer-zero/description/) medium
Min ops to subtract n2+2^(0..60) from n1 and make n1=0 #medium
👍2
This media is not supported in your browser
VIEW IN TELEGRAM
# 06.09.2025
[3495. Minimum Operations to Make Array Elements Zero](https://leetcode.com/problems/minimum-operations-to-make-array-elements-zero/description) hard
Sum query [a..b] of optimal pairwise /4 until range is zero #hard #math
[3495. Minimum Operations to Make Array Elements Zero](https://leetcode.com/problems/minimum-operations-to-make-array-elements-zero/description) hard
Sum query [a..b] of optimal pairwise /4 until range is zero #hard #math
👍2
# 07.09.2025
[1304. Find N Unique Integers Sum up to Zero](https://leetcode.com/problems/find-n-unique-integers-sum-up-to-zero/description) easy
Any n uniq numbers with sum of 0 #easy
[1304. Find N Unique Integers Sum up to Zero](https://leetcode.com/problems/find-n-unique-integers-sum-up-to-zero/description) easy
Any n uniq numbers with sum of 0 #easy
👍2
# 08.09.2025
[1317. Convert Integer to the Sum of Two No-Zero Integers](https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integers/description/) easy
Find a+b=n without zeros in digits #easy
[1317. Convert Integer to the Sum of Two No-Zero Integers](https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integers/description/) easy
Find a+b=n without zeros in digits #easy
👍2
# 09.09.2025
[2327. Number of People Aware of a Secret](https://leetcode.com/problems/number-of-people-aware-of-a-secret/description) medium
People knowing a secret at day n, keeping delay then spread and forget #medium #simulation
[2327. Number of People Aware of a Secret](https://leetcode.com/problems/number-of-people-aware-of-a-secret/description) medium
People knowing a secret at day n, keeping delay then spread and forget #medium #simulation
👍2
# 10.09.2025
[1733. Minimum Number of People to Teach](https://leetcode.com/problems/minimum-number-of-people-to-teach/description/) medium
Min friends to teach common language to communicate in graph #medium
[1733. Minimum Number of People to Teach](https://leetcode.com/problems/minimum-number-of-people-to-teach/description/) medium
Min friends to teach common language to communicate in graph #medium
👍2
This media is not supported in your browser
VIEW IN TELEGRAM
# 11.09.2025
[2785. Sort Vowels in a String](https://leetcode.com/problems/sort-vowels-in-a-string/description) medium
Sort vowels #medium
[2785. Sort Vowels in a String](https://leetcode.com/problems/sort-vowels-in-a-string/description) medium
Sort vowels #medium
👍2
# 12.09.2025
[3227. Vowels Game in a String](https://leetcode.com/problems/vowels-game-in-a-string/description) medium
Can Alice win Bob both removeing odd-even vowel count substring optimally #medium
[3227. Vowels Game in a String](https://leetcode.com/problems/vowels-game-in-a-string/description) medium
Can Alice win Bob both removeing odd-even vowel count substring optimally #medium
👍3
# 13.09.2025
[3541. Find Most Frequent Vowel and Consonant](https://leetcode.com/problems/find-most-frequent-vowel-and-consonant/description/) easy
Max freq vowels + consonants #easy
[3541. Find Most Frequent Vowel and Consonant](https://leetcode.com/problems/find-most-frequent-vowel-and-consonant/description/) easy
Max freq vowels + consonants #easy
👍2
# 14.09.2025
[966. Vowel Spellchecker](https://leetcode.com/problems/vowel-spellchecker/description) medium
Spellcheck with priority: original, case, vowels #medium #regex
[966. Vowel Spellchecker](https://leetcode.com/problems/vowel-spellchecker/description) medium
Spellcheck with priority: original, case, vowels #medium #regex
👍2
# 15.09.2025
[1935. Maximum Number of Words You Can Type](https://leetcode.com/problems/maximum-number-of-words-you-can-type/description) easy
Count words with all letters #easy
[1935. Maximum Number of Words You Can Type](https://leetcode.com/problems/maximum-number-of-words-you-can-type/description) easy
Count words with all letters #easy
👍2
# 16.09.2025
[2197. Replace Non-Coprime Numbers in Array](https://leetcode.com/problems/replace-non-coprime-numbers-in-array/description/) hard
Simulate gcd to lcm adjacent pair removal #hard #simulation
[2197. Replace Non-Coprime Numbers in Array](https://leetcode.com/problems/replace-non-coprime-numbers-in-array/description/) hard
Simulate gcd to lcm adjacent pair removal #hard #simulation
👍2
# 17.09.2025
[2353. Design a Food Rating System](https://leetcode.com/problems/design-a-food-rating-system/description/) medium
Food rating system: change rating, peek highest by type #medium #ds
[2353. Design a Food Rating System](https://leetcode.com/problems/design-a-food-rating-system/description/) medium
Food rating system: change rating, peek highest by type #medium #ds
👍3
# 18.09.2025
[3408. Design Task Manager](https://leetcode.com/problems/design-task-manager/description) medium
Design Scheduler: add, edit, remove, execute by priority #medium #ds
[3408. Design Task Manager](https://leetcode.com/problems/design-task-manager/description) medium
Design Scheduler: add, edit, remove, execute by priority #medium #ds
👍3
# 19.09.2025
[3484. Design Spreadsheet](https://leetcode.com/problems/design-spreadsheet/description/) medium
Design Spreadsheet: setCell, resetCell, getValue(a+b) #medium #ds
[3484. Design Spreadsheet](https://leetcode.com/problems/design-spreadsheet/description/) medium
Design Spreadsheet: setCell, resetCell, getValue(a+b) #medium #ds
👍2
# 20.09.2025
[3508. Implement Router](https://leetcode.com/problems/implement-router/description/) medium
Design Router: addPacket, forwardPacket, getCount(dst, ts start..end) #medium #ds
[3508. Implement Router](https://leetcode.com/problems/implement-router/description/) medium
Design Router: addPacket, forwardPacket, getCount(dst, ts start..end) #medium #ds
👍3
# 21.09.2025
[1912. Design Movie Rental System](https://leetcode.com/problems/design-movie-rental-system/description) medium
Design Movie Rent: rent,drop,search(5 lowest), report(5 lowest rented) #hard #ds
[1912. Design Movie Rental System](https://leetcode.com/problems/design-movie-rental-system/description) medium
Design Movie Rent: rent,drop,search(5 lowest), report(5 lowest rented) #hard #ds
👍2