This article demonstrates how to code a bubble sort that sorts a list of strings in a case insensitive manner using Go.
Learn to code the bubble sort algorithm in Go by walking through a coding example and then working on several practice problems to reinforce the knowledge. If you have ever wanted to learn algorithms, this series is a great place to start.
This tutorial covers bubble sort, explaining how the sorting algorithm works with visual examples. It also covers ways to optimize the algorithm.
Jon Calhoun is a full stack web developer who also teaches about Go, web development, algorithms, and anything programming related. He also consults for other companies who have development needs. (If you need some development work done, get in touch!)
Jon is a co-founder of EasyPost, a shipping API that many fortune 500 companies use to power their shipping infrastructure, and prior to founding EasyPost he worked at google as a software engineer.
Jon's latest progress update: Writing Course Notes
©2018 Jonathan Calhoun. All rights reserved.