alexandermorales-dev / bubble-sort

This project offers one way of sorting a group of items in an array, where each element is compared to the one next to it and they are swapped if the one on the left is larger than the one on the right. This continues until the array is eventually sorted.
3 stars 0 forks source link

Peer to peer Code Review #2

Open JuliCarracedo opened 3 years ago

JuliCarracedo commented 3 years ago

No issues to point out!

kensayo commented 3 years ago

Clean and nice! Great work and keep going! 👍

DanteAlonsoHT commented 3 years ago

Looks great! Nice job!