Masonry
Masonry copied to clipboard
🛠refactor:
- fix wrong word `heirachy` -> `hierarchy`
- Optimization method implementation `mas_closestCommonSuperview` (list this https://leetcode.com/problems/intersection-of-two-linked-lists/)
Optimization time complexity O(n2) -> O(m+n)