Zack Langzacklang.hashnode.dev·Feb 19, 2024Selection Sort in Go: Beyond the BasicsSorting is fundamental to many operations in computer science. When it comes to sorting algorithms, there are many algorithms to choose from. While Selection sort may not boast top-tier efficiency, performance isn’t always a top-tier priority either....46 readsmaster golang