Ordenamiento por Selección | Selection Sort

Selection Sort is one of the first sorting algorithms typically studied in algorithms. It's very easy to implement and useful for arrays or data collections that aren't very large due to its O(n²) complexity. In this video, I explain the algorithm and show several implementations using Python, Java, and Golang. Selection Sort Visualizer: https://visualgo.net/es/sorting Content: 0:00 Intro 0:23 General Explanation 2:40 Pseudocode 3:55 Code Implementation 7:00 Complexity Recommended Books: https://kit.co/schiob Support me with a pizza: https://www.buymeacoffee.com/schiob For behind-the-scenes content and food photos, follow me on:   / schiob     / schiob   https://github.com/schiob