Task about algorithms

  • 12
  • Locked
We received a new children's assignment from the ordered isomorphs on Planet Linear Chaos. You remember that it was these weirdos who thought up all sorts of sorting techniques and constantly practice them. That's why these tasks are so strange. Check it out: read 30 numbers from the keyboard. Display the 10th and 11th smallest numbers. But, you know, you've got to try it!
You can't complete this task, because you're not signed in.
Comments (5)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Justin Smith
Level 38 , Greenfield, USA, United States
25 July 2021, 02:12
I'm convinced that this being the last task of the first quest is a joke. Breathe a sigh of relief, you finished the first quest!
ImDevin
Level 15 , Old Town, United States
19 May 2021, 17:18
started to go down the rabbit hole, then thought "this can't be right" and saw the comments here - thank goodness! it saved me from spending needless time. thx. Happy coding! :)
Karas Java Developer
13 March 2021, 01:06
Oops... you mean I did not have to do two loops, import arrayList, use colections, sort and another for loop?
Vitalina
Level 20 , Poland
26 October 2020, 23:10
My solution is - 1 line added to sort method, as well:)
Renat Mukhametshin
Level 16 , Pervouralsk, Russain Federation
13 August 2019, 07:19
my solution - 19 symbols add to sort method