Skip to content

Instantly share code, notes, and snippets.

View mayowaolu's full-sized avatar

Olusetire Mayowa John mayowaolu

View GitHub Profile
@matthen
matthen / hello_world.py
Last active April 26, 2024 12:17
Hello world in python, using genetic algorithm
"""Hello world, with a genetic algorithm.
https://twitter.com/matthen2/status/1769368467067621791
"""
import random
import time
from dataclasses import dataclass
from itertools import chain
from typing import Iterable, List