Skip to content
View bjl95's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report bjl95

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
bjl95/README.md
  • 👋 Hi, I’m Brian Ling
  • 👀 I’m interested in using technology to make people's lives better
  • 💞️ I am currently looking for software engineering internship
  • 📫 How to reach me bjl95@cornell.edu

Pinned

  1. Sudoku-Game-Solver Sudoku-Game-Solver Public

    This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.

    Python

  2. A-Path-Finding-Visualization A-Path-Finding-Visualization Public

    A python visualization of the A* path finding algorithm. The project allows users to pick start and end location and view the process of finding the shortest path.

    Python