Skip to content
View patterson-tom's full-sized avatar
Block or Report

Block or report patterson-tom

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. Dionysus Dionysus Public

    A UCI-compatible chess engine, capable of beating (most) human players.

    C++ 4

  2. Sudoku-Reader-And-Solver Sudoku-Reader-And-Solver Public

    Uses OpenCV and pytesseract to read an image of a sudoku grid into memory, and then solve the sudoku

    Python 2

  3. Ellipse-Perimeter-Equation Ellipse-Perimeter-Equation Public

    There exists no equation for the perimeter of an ellipse (excluding infinite series). This project uses gradient descent to find an approximate equation.

    C++ 2

  4. Todo-List Todo-List Public

    A simple Todo list app using an Angular frontend and a NodeJS+MongoDB backend, supporting hierarchical task structures and custom filtering of tasks.

    TypeScript 1

  5. N-Queens-Problem N-Queens-Problem Public

    Solving the N Queens Problem using a variety of methods including backtracking, various hill climb algorithms and the min-conflicts heuristic for CSPs

    Python 2

  6. OCR-Program OCR-Program Public

    Simple OCR program for Arial and Times New Roman fonts, built from scratch using a neural network.

    Python