\left. \begin{array} { c } { 34,000 } \\ { 1,20,000 } \\ { 80,000 } \\ { 10,000 } \\ { 35,000 } \\ { 1500 } \\ { 3000 } \\ { 25,000 } \\ { 4 + 00 } \end{array} \right.
Sort
0,0,0,0,0,0,1,4,10,20,25,34,35,80,1500,3000
Evaluate
34,\ 0,\ 1,\ 20,\ 0,\ 80,\ 0,\ 10,\ 0,\ 35,\ 0,\ 1500,\ 3000,\ 25,\ 0,\ 4
Share
Copied to clipboard
sort(34,0,1,20,0,80,0,10,0,35,0,1500,3000,25,0,4)
Add 4 and 0 to get 4.
34
To sort the list, start from a single element 34.
0,34
Insert 0 to the appropriate location in the new list.
0,1,34
Insert 1 to the appropriate location in the new list.
0,1,20,34
Insert 20 to the appropriate location in the new list.
0,0,1,20,34
Insert 0 to the appropriate location in the new list.
0,0,1,20,34,80
Insert 80 to the appropriate location in the new list.
0,0,0,1,20,34,80
Insert 0 to the appropriate location in the new list.
0,0,0,1,10,20,34,80
Insert 10 to the appropriate location in the new list.
0,0,0,0,1,10,20,34,80
Insert 0 to the appropriate location in the new list.
0,0,0,0,1,10,20,34,35,80
Insert 35 to the appropriate location in the new list.
0,0,0,0,0,1,10,20,34,35,80
Insert 0 to the appropriate location in the new list.
0,0,0,0,0,1,10,20,34,35,80,1500
Insert 1500 to the appropriate location in the new list.
0,0,0,0,0,1,10,20,34,35,80,1500,3000
Insert 3000 to the appropriate location in the new list.
0,0,0,0,0,1,10,20,25,34,35,80,1500,3000
Insert 25 to the appropriate location in the new list.
0,0,0,0,0,0,1,10,20,25,34,35,80,1500,3000
Insert 0 to the appropriate location in the new list.
0,0,0,0,0,0,1,4,10,20,25,34,35,80,1500,3000
Insert 4 to the appropriate location in the new list.
Examples
Quadratic equation
{ x } ^ { 2 } - 4 x - 5 = 0
Trigonometry
4 \sin \theta \cos \theta = 2 \sin \theta
Linear equation
y = 3x + 4
Arithmetic
699 * 533
Matrix
\left[ \begin{array} { l l } { 2 } & { 3 } \\ { 5 } & { 4 } \end{array} \right] \left[ \begin{array} { l l l } { 2 } & { 0 } & { 3 } \\ { -1 } & { 1 } & { 5 } \end{array} \right]
Simultaneous equation
\left. \begin{cases} { 8x+2y = 46 } \\ { 7x+3y = 47 } \end{cases} \right.
Differentiation
\frac { d } { d x } \frac { ( 3 x ^ { 2 } - 2 ) } { ( x - 5 ) }
Integration
\int _ { 0 } ^ { 1 } x e ^ { - x ^ { 2 } } d x
Limits
\lim _{x \rightarrow-3} \frac{x^{2}-9}{x^{2}+2 x-3}