Swift solutions for LeetCode problems using Higher-order functions and Algorithms
- Median of Two Sorted Arrays https://leetcode.com/problems/median-of-two-sorted-arrays/
- Remove duplicates from two arrays and merge them in sorted order
- Find the First and Last position of the element https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/description/
- Squares of Sorted Array https://leetcode.com/problems/squares-of-a-sorted-array/description/
- Find the Second largest element in an array