LeetCode-Swift icon indicating copy to clipboard operation
LeetCode-Swift copied to clipboard

[Array] Use Binary search to check whether num is perfect squares

Open xieweiAlex opened this issue 5 years ago • 0 comments

Use Binary search is more efficient in both time complexity and space complexity.

xieweiAlex avatar Nov 03 '19 01:11 xieweiAlex