[Questions were similar to below]
- Elimination Round: No. of islands in a binary tree with 0’s and 1’s
- Round 1: Order the pairs in ascending order e.g. Test Case: [(a<c), (b<a), (c<d)]
- Follow Up: Detect cycle
- Round 2: Text Justification variant [Word copy paste command]
- https://leetcode.com/problems/text-justification/
- Round 3: Longest Consecutive subsequence in a list
- Follow up: https://leetcode.com/problems/longest-consecutive-sequence/description/