DEV Community

Discussion on: 101 Coding Problems and few Tips to Crack Your Next Programming Interviews

Collapse
 
aminmansuri profile image
hidden_dude

How is bubble sort implemented?

Don't implement it, use insertion sort instead for quick and dirty implementations.

Its hard to believe that people still try to hire this way. It rarely achieves the purpose you're aiming for.