Draft

Sort List<IComparable>

Description:

Task

Sort an List<IComparable> (which can contain any type that implements IComparable) firstly with type name, then the objects itself. As aditional task, try to do it in one line

Example:

  Input:
  { "b", 5, "a", 2, 8, }
  
  Output:
  { 2, 5, 8, "a", "b" }

Stats:

CreatedOct 25, 2020
Warriors Trained73
Total Skips14
Total Code Submissions97
Total Times Completed25
C# Completions25
Total Stars2
% of votes with a positive feedback rating54% of 13
Total "Very Satisfied" Votes5
Total "Somewhat Satisfied" Votes4
Total "Not Satisfied" Votes4
Total Rank Assessments11
Average Assessed Rank
6 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • Phanto_m Avatar
Ad