Published
- 1 min read
Algorithm Prep for Interviews

This is a list of Leetcode that I did for interview preparation.
- 704. Binary Search - https://leetcode.com/problems/binary-search/
- 121. Best Time to Buy and Sell Stock - https://leetcode.com/problems/best-time-to-buy-and-sell-stock/description/
- 21.Merge Two Sorted Lists - https://leetcode.com/problems/merge-two-sorted-lists/
- 141. Linked List Cycle - https://leetcode.com/problems/linked-list-cycle/
- 104. Maximum Depth of Binary Tree - https://leetcode.com/problems/maximum-depth-of-binary-tree
- 235. Lowest Common Ancestor of a Binary Search Tree - https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/
- 232. Implement Queue using Stacks - https://leetcode.com/problems/implement-queue-using-stacks