EveryMatrix / workshops

6 stars 2 forks source link

Sorting algorithms #31

Open raulvasile opened 8 years ago

raulvasile commented 8 years ago

At some point we all need to sort an array. Let's talk about the best option you can choose for performance and time :)

CosticaPuntaru commented 8 years ago

Array.sort :)), i get your point, new js enthusiasts should learn algorithms, sorting is a good example, not necessarily to use them, but to improve the way they think. :+1:

ViorelMocanu commented 8 years ago

This was presented already, right?

CosticaPuntaru commented 8 years ago

Not realy, only the bubble sort, and it was harder than i hoped