My experience with Problem Solving using Golang

May 15, 2024

The biggining

I started practicing problem solving in 2020 with C++ and after a few months and gaining some confidence with the basics I decided to switch to Python for easier implementation of things like Trees and Grapsh, It was really painful doing these things in C++.

After a while I started discovering more about Go and getting involved in the community and the language itself. Then I decided that I want to use Go as my main programming language which would allow me to enter some interesting areas in the future like Backend Development and Cloud Computing.

Then, I thought, why not use Go for problem solving as well? What about unifying my programming languages and using Go for everything? So I started practicing problem solving with Go and I'm going to share my experience with you.