John holds 2 position with score 56
Sarah holds 3 position with score 12
Rick holds 5 position with score 3
Miles holds 1 position with score 41
Jane holds 4 position with score 60
Default sorting, sorts using operator <:
Miles holds 1 position with score 41
John holds 2 position with score 56
Sarah holds 3 position with score 12
Jane holds 4 position with score 60
Rick holds 5 position with score 3
Sorting using predicate:
Rick holds 5 position with score 3
Sarah holds 3 position with score 12
Miles holds 1 position with score 41
John holds 2 position with score 56
Jane holds 4 position with score 60
Sorting using lambdas:
Jane holds 4 position with score 60
John holds 2 position with score 56
Miles holds 1 position with score 41
Rick holds 5 position with score 3
Sarah holds 3 position with score 12