Algorithms

Python

Coding Interview – Solve Sudokus Using Python and Z3

Shine in your coding interview by coding a Sudoku solver in Python using a SAT-solver

Read
Python

Coding Interview – Converting Roman Numerals in Python

Converting numbers to Roman Numerals and vice versa s a common assignment in Python Coding interviews. Make sure you know all the details!

Read