Understanding the use of bitwise-operator in ternary-operator
I’m just learning how to code and while studying sorting algorithms I was asked to “see if you can combine the two lines in your if and else blocks into one line to make your code look a little cleaner.”