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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -457,6 +457,7 @@ Profile on LeetCode: [fartem](https://leetcode.com/fartem/).
457
457
| 2951. Find the Peaks |[Link](https://leetcode.com/problems/find-the-peaks/)|[Link](./lib/easy/2951_find_the_peaks.rb)|[Link](./test/easy/test_2951_find_the_peaks.rb)|
458
458
| 2966. Divide Array Into Arrays With Max Difference |[Link](https://leetcode.com/problems/divide-array-into-arrays-with-max-difference/)|[Link](./lib/easy/2966_divide_array_into_arrays_with_max_difference.rb)|[Link](./test/easy/test_2966_divide_array_into_arrays_with_max_difference.rb)|
459
459
| 2974. Minimum Number Game |[Link](https://leetcode.com/problems/minimum-number-game/)|[Link](./lib/easy/2974_minimum_number_game.rb)|[Link](./test/easy/test_2974_minimum_number_game.rb)|
460
+
| 2678. Number of Senior Citizens |[Link](https://leetcode.com/problems/number-of-senior-citizens/)|[Link](./lib/easy/2678_number_of_senior_citizens.rb)|[Link](./test/easy/test_2678_number_of_senior_citizens.rb)|
460
461
| 3046. Split the Array |[Link](https://leetcode.com/problems/split-the-array/)|[Link](./lib/easy/3046_split_the_array.rb)|[Link](./test/easy/test_3046_split_the_array.rb)|
461
462
| 3083. Existence of a Substring in a String and Its Reverse |[Link](https://leetcode.com/problems/existence-of-a-substring-in-a-string-and-its-reverse/)|[Link](./lib/easy/3083_existence_of_a_substring_in_a_string_and_its_reverse.rb)|[Link](./test/easy/test_3083_existence_of_a_substring_in_a_string_and_its_reverse.rb)|
462
463
| 3090. Maximum Length Substring With Two Occurrences |[Link](https://leetcode.com/problems/maximum-length-substring-with-two-occurrences/)|[Link](./lib/easy/3090_maximum_length_substring_with_two_occurrences.rb)|[Link](./test/easy/test_3090_maximum_length_substring_with_two_occurrences.rb)|
0 commit comments