My Projects

Josephus Problem

Josephus Problem

A solution to the classic Josephus Problem using Python.

Python
Number Spiral

Number Spiral

Visualization of a number spiral.

Python
BST and AVL Tree

BST and AVL Tree

Use cases of a Binary Search Tree and AVL Tree.

Python WIP