Skip to content

jwseph/random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random

Random tests (mostly python)

poly.py

poly.py prints basic infomation of a polygon given vertices.

solver3.py

Single-variable equation solver
contains a one-liner solve_linear function that solves a linear equation

math_bowling.py

Brute-forces math bowling!

tictactoe.py

Tic tac toe brute-force bot

tictactoe_fast.py

Significantly faster tic-tac-toe bot using bitboards. There's an error in the alpha beta pruning somewhere, but it works pretty fast without the pruning.

shredder.py

Replace a file with gibberish

word_hunt.py

Word hunt solver

polynomial_solver.py

Solves any polynomial in the form of a dictionary in the form {power: coefficient, ...}

calendar_solver.py

Solves the calendar puzzle (A-Puzzle-A-Day)

About

🌀 Random python ideas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published