List.of creates unmodifiable list
you can’t sort this list in a straightforward manner.
clrs.sort() throws runtime exception :
java.lang.UnsupportedOperationException
in the case of reqular List the answer is A (sorting on the hue field and then on value)
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
ASPushkin
6 months, 3 weeks agod7bb0b2
6 months, 4 weeks agod7bb0b2
7 months agoFelipe47
7 months ago