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
@@ -485,9 +485,9 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
485
485
| 1762 |[Buildings With an Ocean View](<https://leetcode.com/problems/buildings-with-an-ocean-view>)| Medium ||[solution](<markdowns/_1762. Buildings With an Ocean View.md>)| py |
| 1780 |[Check if Number is a Sum of Powers of Three](<https://leetcode.com/problems/check-if-number-is-a-sum-of-powers-of-three>)| Medium | Daily |[solution](<markdowns/_1780. Check if Number is a Sum of Powers of Three.md>)| py |
488
-
| 1782 |[Count Pairs Of Nodes](<https://leetcode.com/problems/count-pairs-of-nodes>)| Hard ||[solution](<markdowns/_1782. Count Pairs Of Nodes.md>)| py |
489
488
| 1783 |[Grand Slam Titles](<https://leetcode.com/problems/grand-slam-titles>)| Medium ||[solution](<markdowns/_1783. Grand Slam Titles.md>)| sql |
490
489
| 1791 |[Find Center of Star Graph](<https://leetcode.com/problems/find-center-of-star-graph>)| Easy | Daily |[solution](<markdowns/_1791. Find Center of Star Graph.md>)| c, cpp, java, py |
490
+
| 1792 |[Maximum Average Pass Ratio](<https://leetcode.com/problems/maximum-average-pass-ratio>)| Medium | Daily |[solution](<markdowns/_1792. Maximum Average Pass Ratio.md>)| py |
| 1804 |[Implement Trie II (Prefix Tree)](<https://leetcode.com/problems/implement-trie-ii-prefix-tree>)| Medium | Weekly Premium |[solution](<markdowns/_1804. Implement Trie II (Prefix Tree).md>)| py |
493
493
| 1822 |[Sign of the Product of an Array](<https://leetcode.com/problems/sign-of-the-product-of-an-array>)| Easy ||[solution](<markdowns/_1822. Sign of the Product of an Array.md>)| c |
||[1](<_1792. Maximum Average Pass Ratio.md>)|[2](<_3025. Find the Number of Ways to Place People I.md>)|[3](<_3027. Find the Number of Ways to Place People II.md>)| 4 | 5 | 6 |
11
+
| 7 |8| 9 | 10 | 11 | 12 | 13 |
12
+
| 14 |15 | 16 | 17 | 18 | 19 | 20 |
13
+
| 21 |22 | 23 | 24 | 25 | 26 | 27 |
14
+
| 28 |29 | 30 |||||
15
15
16
16
17
17
18
18
| # | Title | Level | Cats | Solution | Languages | Date Complete |
| 3027 |[Find the Number of Ways to Place People II](<https://leetcode.com/problems/find-the-number-of-ways-to-place-people-ii>)| Hard | Daily |[solution](<_3027. Find the Number of Ways to Place People II.md>)| py | Sep 03, 2025 |
21
21
| 3025 |[Find the Number of Ways to Place People I](<https://leetcode.com/problems/find-the-number-of-ways-to-place-people-i>)| Medium | Daily |[solution](<_3025. Find the Number of Ways to Place People I.md>)| py | Sep 02, 2025 |
22
+
| 1792 |[Maximum Average Pass Ratio](<https://leetcode.com/problems/maximum-average-pass-ratio>)| Medium | Daily |[solution](<_1792. Maximum Average Pass Ratio.md>)| py | Sep 01, 2025 |
22
23
| 37 |[Sudoku Solver](<https://leetcode.com/problems/sudoku-solver>)| Hard | Daily |[solution](<_37. Sudoku Solver.md>)| py | Aug 31, 2025 |
23
24
| 36 |[Valid Sudoku](<https://leetcode.com/problems/valid-sudoku>)| Medium | Daily, N150 |[solution](<_36. Valid Sudoku.md>)| py | Aug 30, 2025 |
24
25
| 3021 |[Alice and Bob Playing Flower Game](<https://leetcode.com/problems/alice-and-bob-playing-flower-game>)| Medium | Daily |[solution](<_3021. Alice and Bob Playing Flower Game.md>)| go, py | Aug 29, 2025 |
@@ -361,11 +362,11 @@ Dates are for the date I completed the question so due to the my time zone and h
||[1](<_1792. Maximum Average Pass Ratio.md>)|[2](<_3025. Find the Number of Ways to Place People I.md>)|[3](<_3027. Find the Number of Ways to Place People II.md>)| 4 | 5 | 6 |
0 commit comments