We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Sorting: Comparator
- Discussions
Sorting: Comparator
Sorting: Comparator
Sort by
recency
|
501 Discussions
|
Please Login in order to post a comment
Javascipt
if you are working on java 15.
import java.io.; import java.util.;
public class Solution { public static void main(String[] args) { Scanner sc=new Scanner(System.in); int n=sc.nextInt();
}
class checker{ String name; int no;
}
Java Solution with Checker class
class Checker implements Comparator {
}
Java Solution