top of page
Jonathan
Jun 12, 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
29 views0 comments
Jonathan
Jun 5, 2023
Posets and Python
This is an exploration of Dunder Methods and how they can be used to create abstract posets like the divisibility or p-adic posets in Python
122 views0 comments
bottom of page