Skip to content

Commit da6a22d

Browse files
adds links to easy problems in README
1 parent 208673c commit da6a22d

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

README.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,24 @@
362362
| 1436 | [Destination City](https://leetcode.com/problems/destination-city) | Easy | |
363363
| 1441 | [Build An Array With Stack Operation](https://leetcode.com/problems/build-an-array-with-stack-operations) | Easy | |
364364
| 1446 | [Consecutive Characters](https://leetcode.com/problems/consecutive-characters) | Easy | |
365-
| | []() | Easy | |
366-
| | []() | Easy | |
367-
| | []() | Easy | |
365+
| 1450 | [Number of Students Doing Homework at Given Time](https://leetcode.com/problems/number-of-students-doing-homework-at-a-given-time) | Easy | |
366+
| 1455 | [Check If Word Occurs as Prefix of any Word in Sentence](https://leetcode.com/problems/check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence) | Easy | |
367+
| 1460 | [Make 2 Arrays Equal by Reversing Sub Arrays](https://leetcode.com/problems/make-two-arrays-equal-by-reversing-sub-arrays) | Easy | |
368+
| 1464 | [Maximum Product of 2 Elements in Array](https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array) | Easy | |
369+
| 1469 | [Find All Lonely Nodes](https://leetcode.com/problems/find-all-the-lonely-nodes) | Easy | |
370+
| 1470 | [Shuffle The Array](https://leetcode.com/problems/shuffle-the-array) | Easy | |
371+
| 1474 | [Delete N Nodes After M Nodes In A Linked List](https://leetcode.com/problems/delete-n-nodes-after-m-nodes-of-a-linked-list) | Easy | |
372+
| 1475 | [Final Prices With Special Discount in a Shop](https://leetcode.com/problems/final-prices-with-a-special-discount-in-a-shop) | Easy | |
373+
| 1480 | [Running Sum of 1D Array](https://leetcode.com/problems/running-sum-of-1d-array) | Easy | |
374+
| 1486 | [XOR Operations in An Array](https://leetcode.com/problems/xor-operation-in-an-array) | Easy | |
375+
| 1491 | [Average Salary Excluding the Minimum and Maximum Salary](https://leetcode.com/problems/average-salary-excluding-the-minimum-and-maximum-salary) | Easy | |
376+
| 1496 | [Path Crossing](https://leetcode.com/problems/path-crossing) | Easy | |
377+
| 1502 | [Can Make Arithmetic Progression From Sequence](https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence) | Easy | |
378+
| 1507 | [Reformat Date](https://leetcode.com/problems/reformat-date) | Easy | |
379+
| 1512 | [Number of Good Pairs](https://leetcode.com/problems/number-of-good-pairs) | Easy | |
380+
| 1518 | [Water Bottles](https://leetcode.com/problems/water-bottles) | Easy | |
381+
| 1523 | [Count Odd Numbers In Interval Range](https://leetcode.com/problems/count-odd-numbers-in-an-interval-range) | Easy | |
382+
| 1528 | [Shuffle Strings](https://leetcode.com/problems/shuffle-string) | Easy | |
383+
| 1534 | [Count Good Triplets](https://leetcode.com/problems/count-good-triplets) | Easy | |
384+
| 1539 | [Kth Missing Positive Number](https://leetcode.com/problems/kth-missing-positive-number) | Easy | |
385+
| 1544 | [Make The String Great](https://leetcode.com/problems/make-the-string-great) | Easy | |

0 commit comments

Comments
 (0)