BLOG

Latest Articles

HackerRank Solution: Maximize it [Python Itertools]

Note that you need to take exactly one element from each list, not necessarily the largest element. You add the squares of the chosen elements and perform the

By bashiralam · 5 min read · Hacker Rank Python

How to PROPERLY stop goroutine? [SOLVED]

In today's article, I will guide you on how to stop a goroutine in Golang. A goroutine is a very lightweight thread that is managed by the Go runtime. Every

By tuannguyen · 4 min read · GO