Skip to main content
Sort
Tick mark Image
Evaluate
Tick mark Image

Similar Problems from Web Search

Share

sort(225,110+90,25+23+25,25+25+76,10+800,200+25+10,130+25+20,245+100+10,25+650,154,130+15+250,68,160)
Add 25 and 200 to get 225.
sort(225,200,25+23+25,25+25+76,10+800,200+25+10,130+25+20,245+100+10,25+650,154,130+15+250,68,160)
Add 110 and 90 to get 200.
sort(225,200,48+25,25+25+76,10+800,200+25+10,130+25+20,245+100+10,25+650,154,130+15+250,68,160)
Add 25 and 23 to get 48.
sort(225,200,73,25+25+76,10+800,200+25+10,130+25+20,245+100+10,25+650,154,130+15+250,68,160)
Add 48 and 25 to get 73.
sort(225,200,73,50+76,10+800,200+25+10,130+25+20,245+100+10,25+650,154,130+15+250,68,160)
Add 25 and 25 to get 50.
sort(225,200,73,126,10+800,200+25+10,130+25+20,245+100+10,25+650,154,130+15+250,68,160)
Add 50 and 76 to get 126.
sort(225,200,73,126,810,200+25+10,130+25+20,245+100+10,25+650,154,130+15+250,68,160)
Add 10 and 800 to get 810.
sort(225,200,73,126,810,225+10,130+25+20,245+100+10,25+650,154,130+15+250,68,160)
Add 200 and 25 to get 225.
sort(225,200,73,126,810,235,130+25+20,245+100+10,25+650,154,130+15+250,68,160)
Add 225 and 10 to get 235.
sort(225,200,73,126,810,235,155+20,245+100+10,25+650,154,130+15+250,68,160)
Add 130 and 25 to get 155.
sort(225,200,73,126,810,235,175,245+100+10,25+650,154,130+15+250,68,160)
Add 155 and 20 to get 175.
sort(225,200,73,126,810,235,175,345+10,25+650,154,130+15+250,68,160)
Add 245 and 100 to get 345.
sort(225,200,73,126,810,235,175,355,25+650,154,130+15+250,68,160)
Add 345 and 10 to get 355.
sort(225,200,73,126,810,235,175,355,675,154,130+15+250,68,160)
Add 25 and 650 to get 675.
sort(225,200,73,126,810,235,175,355,675,154,145+250,68,160)
Add 130 and 15 to get 145.
sort(225,200,73,126,810,235,175,355,675,154,395,68,160)
Add 145 and 250 to get 395.
225
To sort the list, start from a single element 225.
200,225
Insert 200 to the appropriate location in the new list.
73,200,225
Insert 73 to the appropriate location in the new list.
73,126,200,225
Insert 126 to the appropriate location in the new list.
73,126,200,225,810
Insert 810 to the appropriate location in the new list.
73,126,200,225,235,810
Insert 235 to the appropriate location in the new list.
73,126,175,200,225,235,810
Insert 175 to the appropriate location in the new list.
73,126,175,200,225,235,355,810
Insert 355 to the appropriate location in the new list.
73,126,175,200,225,235,355,675,810
Insert 675 to the appropriate location in the new list.
73,126,154,175,200,225,235,355,675,810
Insert 154 to the appropriate location in the new list.
73,126,154,175,200,225,235,355,395,675,810
Insert 395 to the appropriate location in the new list.
68,73,126,154,175,200,225,235,355,395,675,810
Insert 68 to the appropriate location in the new list.
68,73,126,154,160,175,200,225,235,355,395,675,810
Insert 160 to the appropriate location in the new list.