Eight Queens Puzzle - code review request
December 6, 2020
As my progress goes below my expectations I would like to ask you for the code review.
tools, Linux, CLI, Bash, vim, markdown, Python, pandoc, yaml
December 6, 2020
As my progress goes below my expectations I would like to ask you for the code review.
March 28, 2020
This is about game grids. This post is inspired by some problems I experienced when solving puzzles on CodinGame.
January 25, 2020
Inspired by the book Automate the Boring Stuff with Python I’ve started to “code” my own Tic-tac-toe game.
January 11, 2020
This is a follow up of the first part. It’s time to have some fun.
January 5, 2020
There are several sorting algorithms. Its effectiveness goes down to time complexity and space complexity. It’s nicely shown on Big-O Cheat Sheet website. Big O notation is an interesting topic and it is always good to know the foundations.
December 20, 2019
On my journey to understanding Python, I met yield keyword. Trying to grasp the idea of using it I start typing some code to generate similar effects, but with the knowledge I already have.