Skip to content
View jurijw's full-sized avatar
💭
In the face of ambiguity, refuse the temptation to guess 🐍
💭
In the face of ambiguity, refuse the temptation to guess 🐍

Block or report jurijw

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Ising-Model-Simulation Ising-Model-Simulation Public

    A Markov Chain Monte Carlo simulation of the Ising model using the Metropolis Hastings Algorithm. Intended as a submission for the Capstone Project as part of Physics 77 at UC Berkeley.

    Jupyter Notebook 2 3

  2. Maze-Generator-Solver Maze-Generator-Solver Public

    Python program to generate mazes and solve them using backtracking. Uses pygame to visualize backtracking algorithm in progress.

    Python

  3. Checkers Checkers Public

    A checkers game written in Python

    Python

  4. Sudoku-Solver Sudoku-Solver Public

    My attempt at creating a Sudoku Solver in python using recursive backtracking

    Python

  5. AdventOfCode2019 AdventOfCode2019 Public

    Solutions and/or attempts to advent of code problems from adventofcode.com

    Python

  6. Knights-Tour-Problem Knights-Tour-Problem Public

    Python