Go: find the most recurring substring in a string
In this article, we will explore how to tackle this problem using the Go programming language.
Go: check if a number is palindrome
If you are a Go (or Golang) programmer, you can write a simple program to check whether a number is a palindrome. In this article, we will explore how to do it step by step.
Go: find the longest common prefix in a set of strings
In this article, we will explore how to solve this problem using the Go programming language.
Go: check if a binary tree is symmetric
In this article, we will explore how to check whether a binary tree is symmetric using the Go programming language.
Go: parsing a YAML file
In this article, we will explore how to parse a YAML file using the Go programming language.
Go: multiple downloads with goroutines and channels
In this article, we will explore how to implement multiple file downloads using goroutines and channels in Go.