You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with the less() boolean utility method used in the merge method. Since we want to sort the point array by y-coordinates, you should be comparing the y values in the less() method
The text was updated successfully, but these errors were encountered:
There is an issue with the less() boolean utility method used in the merge method. Since we want to sort the point array by y-coordinates, you should be comparing the y values in the less() method
The text was updated successfully, but these errors were encountered: