Back to General discussions forum
Does CodeAbbey enable the use of LINQ? or I must stick to the traditional method such as using array with bubble sort or selection sort?
That's right :) sorry, here are not that many C# specialists.
I browsed existing solutions for you and tried one of them.
Seems like LINQ
is working pretty fine - try yourself!
as using array with bubble sort or selection sort
generally nowadays no one is expected to write sorting or hashtables from scratch. Though you are free to solve
any way you like... if site doesn't support something, you still can run solution locally as gardengnome
hints
and store solution here just for reference.