Please review my code "A simple array sorting" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Please review my code "A simple array sorting"

Please review my code "A simple array sorting" https://code.sololearn.com/cT4kVyIE549S/?ref=app

20th Dec 2017, 11:29 AM
Ahmad Bahbouh
Ahmad Bahbouh - avatar
3 Answers
+ 5
Good job. However i believe there is a sorting method is C# that is Array.Sort(array). But taking a different approach should also be appreciated. Nice code ✌
20th Dec 2017, 11:39 AM
Peerzada Burhan
Peerzada Burhan - avatar
+ 7
✓✓easy way ✓✓with iteration counter ✓✓running time of algorithms ✓✓please check this once https://code.sololearn.com/cY7SC8lmidwy/?ref=app
7th Feb 2018, 6:03 PM
ASIF BILAKHIYA
ASIF BILAKHIYA - avatar
+ 5
I am do it with full code for learning purposes only, in proffesional tasks i'm using codes written like what you mention.
20th Dec 2017, 11:54 AM
Ahmad Bahbouh
Ahmad Bahbouh - avatar