top of page




Posets and Python 3 - Critical Group Diversion
We implement methods to work with maximal chains into our Poset class in Python and get majorly distracted by Critical Groups of Graphs!

Jonathan
Jun 22, 2023


Posets and Python 2 - Depth-First Search
We implement the Depth-First Search algorithm in Python to retrieve the set of maximal chains of the Poset class we created in the last post

Jonathan
Jun 12, 2023
bottom of page