File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 99
99
| 346 | 🔒 [ Moving Average From Data Stream] ( https://leetcode.com/problems/moving-average-from-data-stream ) | Easy | |
100
100
| 349 | [ Intersection of 2 Arrays] ( https://leetcode.com/problems/intersection-of-two-arrays ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/IntersectionOfTwoArrays.java ) [ ![ Python] ( https://img.icons8.com/color/35/000000/python.png )] ( python/intersection_of_2_array.py ) |
101
101
| 350 | [ Intersection of 2 Arrays II] ( https://leetcode.com/problems/intersection-of-two-arrays-ii ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/IntersectionOfTwoArraysII.java ) [ ![ Python] ( https://img.icons8.com/color/35/000000/python.png )] ( python/intersection_of_2_arrays_II.py ) |
102
- | 359 | [ Logger Rate Limiter] ( https://leetcode.com/problems/logger-rate-limiter ) | Easy | |
102
+ | 359 | 🔒 [ Logger Rate Limiter] ( https://leetcode.com/problems/logger-rate-limiter ) | Easy | |
103
103
| 367 | [ Valid Perfect Square] ( https://leetcode.com/problems/valid-perfect-square ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/IsPerfectSquare.java ) |
104
104
| 374 | [ Guess Number Higher or Lower] ( https://leetcode.com/problems/guess-number-higher-or-lower ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/GuessNumberHigherOrLower.java ) |
105
105
| 383 | [ Ransom Note] ( https://leetcode.com/problems/ransom-note ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/RansomNote.java ) |
You can’t perform that action at this time.
0 commit comments