Skip to content

Instantly share code, notes, and snippets.

View dvd101x's full-sized avatar

David Contreras dvd101x

View GitHub Profile
@mirrornerror
mirrornerror / TSP_LP_scipy.ipynb
Last active March 29, 2024 00:16
TSP LP with scipy.optimize.linprog
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@electronut
electronut / conway.py
Last active June 20, 2023 17:48
A simple Python matplotlib implementation of Conway's Game of Life.
################################################################################
# conway.py
#
# Author: electronut.in
#
# Description:
#
# A simple Python/matplotlib implementation of Conway's Game of Life.
################################################################################