Skip to content

Commit 2582241

Browse files
committed
april leetcoding
1 parent c6fb802 commit 2582241

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

leetcode/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -432,3 +432,6 @@
432432
| 4 | 622. | <span style="color:orange">Medium</span> | [Design Circular Queue](https://leetcode.com/problems/design-circular-queue/) | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/tree/main/leetcode/queue/design-circular-queue.py) |
433433
| 6 | 1551. | <span style="color:orange">Medium</span> | [Minimum Operations to Make Array Equal](https://leetcode.com/problems/minimum-operations-to-make-array-equal/) | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/main/leetcode/math/minimum-operations-to-make-array-equal.py) |
434434
| 7 | 1704. | <span style="color:green">Easy</span> | [Determine if String Halves Are Alike](https://leetcode.com/problems/determine-if-string-halves-are-alike/) | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/tree/main/leetcode/string/determine-if-string-halves-are-alike.py) |
435+
| 15 | 509. | <span style="color:green">Easy</span> | [Fibonacci Number](https://leetcode.com/problems/fibonacci-number/) | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/tree/main/leetcode/array/fibonacci-number.py) |
436+
| 18 | 19. | <span style="color:orange">Medium</span> | [Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/) | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/tree/main/leetcode/linked-list/remove-nth-node-from-end-of-list/) |
437+
| 20 | 589. | <span style="color:green">Easy</span> | [N-ary Tree Preorder Traversal](https://leetcode.com/problems/n-ary-tree-preorder-traversal/) | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/tree/main/leetcode/tree/n-ary-tree-preorder-traversal.py) |

0 commit comments

Comments
 (0)