Category: programming

  • Advent of Code 2023

    A colleague of mine introduced me to the yearly advent of code challenge which is a challenge of 2 programming problems / day over a span of 25 days from December 1 to 25. I started off the challenge few days after it started. The problems in the first week were a bit easy, and…

  • Problem Solving with Python

    I have been practicing with getting better at solving LeetCode style problems that require use of data structures and algorithms. As the difficulty of the problems start getting harder, the I notice, that very good fluency of programming languages is required to solve the problems in a short period of time. I used C++ as…