Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
4
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { int [] mass= new int []{87,72,28,45,59,36}; for (int i=1; i<mass.Length; i++ ) { if (mass[i-1]>mass[i]) {int buf = mass[i-1]; mass[i-1]=mass[i]; mass[i]=buf; for (int j=i-1; j>0; j-- ) { if(mass[j]<mass[j-1]) { int bufVnut = mass[j-1]; mass[j-1]=mass[j]; mass[j]=bufVnut; } } } } for(int i=0; i<mass.Length; i++) Console.WriteLine(mass[i]); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Plt-D v.0.9.2
Non Generic object based class
Math Operations
Simple Parallel.For example
iLoveLizzy
UINT32toHEX
Https://www.t.me/Govnoposti
Remove Duplicate characters from String
Fórum Parallel Threads ( Without Fun )
Unix timestamp to DateTime
Please log in to post a comment.