News

We propose efficient minimum-distance decoding and list-decoding algorithms for a certain class of analog subspace codes, referred to as character-polynomial (CP) codes, recently introduced by ...
Note: This is just a small subset of all of the python projects I've created. The one showcased are much more entertaining to ...
The bookshelf problem (which computer scientists call the “list labeling” problem) is one of the most basic topics in the field of data structures. “It’s the kind of problem you’d teach to freshman or ...
Lecture recording is a common system that higher-education institutions use as a tool to deliver quality education. This study focuses on designing an automated lecture capture system that would ...
A Python implementation of divisive and hierarchical clustering algorithms. The algorithms were tested on the Human Gene DNA Sequence dataset and dendrograms were plotted.
The algorithm relies on the Kac-Ward formalism, a mathematical method that allows exact computation of partition functions for planar spin glass systems in polynomial time, making it possible to ...
A Python framework to build solo or multiplayer perfect-information games, and design solvers or AI bots using algorithms like Backtracking, Pathfinding, Minimax, MCTS, or Neural Networks.