logo Practice-It logo

PointXYComparator

Language/Type: Java Comparator
Author: Marty Stepp (on 2013/02/12)

Write a class named PointXYComparator that implements the Comparator interface to compare Point objects. Your comparator should order the points by ascending x, breaking ties by ascending y. So for example, your comparator would indicate the following points should be in this order:

  • [(4,2), (4,5), (7,-1), (7,5), (7,5), (14,1), (25,19)]
Type your solution here:


This is a class problem. Submit a complete Java class as described.

You must log in before you can solve this problem.


Log In

If you do not understand how to solve a problem or why your solution doesn't work, please contact your TA or instructor.
If something seems wrong with the site (errors, slow performance, incorrect problems/tests, etc.), please

Is there a problem? Contact a site administrator.