/leetcodes

My daily coding practices

Daily practice

RESOURCES

EASY QUESTIONS

Name of Question Status of Completion Solution
1. Running Sum of 1d Array ✅✅ Python python
2. Find pivot index Python
3. Isomorphic Strings Python
4. Is Subsequence Python
5. Merge Two Sorted Lists Python
6. Reverse Linked List Python
7. Middle of the Linked List Python
8. Linked List Cycle II Python
9. Best Time to Buy and Sell Stock Python
10. Longest Palindrome Python
11. N-ary Tree Preorder Traversal Python
12. Binary Tree Level Order Traversal Python
13. Binary Search Python