avatar

Darius' Code Tinkerings

Generating a PNG File in Python

Jul 14, 2021
How to create a PNG image in Python from scratch

Python Enumeration Aliases

Jun 26, 2021
Working around somewhat unintuitive Enum member aliasing behaviour in Python

3SUM in Rust

Jun 10, 2021
A solution to the well known 3SUM problem written in Rust with O(n²) running time