Generics in Go, insert in a Binary TreeFirst release of the implemetation of Generics is ready to use with Go 1.18. And without going into much discussion, I would like to say…May 8, 2022May 8, 2022
Progress Bar With GoFollowing tutorial is intended for anyone who are curious about the beauty of the APT progress bar; also includes the people who still use…Feb 22, 2022Feb 22, 2022
Construct a Quad-Tree [Netflix inspiration]The other day I found a movie on Netflix about a patent infringement (The Billion Dollar Code), where the theme was a representation of a…Oct 21, 2021Oct 21, 2021
Longest Common Substring/Subsequence [DP Problems]The longest common substring and longest common subsequence problems can be solved with a similar algorithm, for the first one we must find…Sep 28, 2021Sep 28, 2021
Go less memory than Java — Binary Tree Preorder TraversalI just discovered that Golang implementations sometimes consume less memory than Java implementations, well at least in short programs.Aug 28, 2021Aug 28, 2021
Messages and errors with goroutinesA few days ago I ran into a problem related to goroutines, specifically it made it a bit difficult for me to debug messages that were not…Jul 13, 2021Jul 13, 2021
Published inThe ShadowPi-hole RaspberryPi Read-Only ModeUnproper shutdowns or SD card premature end of life, the most common problems with RaspberryPi these days. Well, actually the main problem…Apr 2, 20212Apr 2, 20212
Number of Islands [DFS Problems]Generally when we have to solve a problem with 2D matrix in which we have to find a path or find areas in it, we usually think of Graph…Mar 24, 2021Mar 24, 2021