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

Block or report suranwarnakulasooriya

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

  1. Least_Time_to_the_Rescue Least_Time_to_the_Rescue Public

    A paper and Python simulation applying the law of refraction and principle of least time to find the most time-efficient position for a lifeguard to jump into the water to save a drowning person us…

    Python

  2. Game_of_Life Game_of_Life Public

    A Python application that allows users to create a configuration of cells and run the Game of Life simulation in the terminal.

    Python

  3. Recursive_TicTacToe Recursive_TicTacToe Public

    A pygame-based program that runs tic tac toe recursively at an arbitrary depth.

    Python

  4. Hamiltonian_Cycles Hamiltonian_Cycles Public

    A brute force algorithm written in Python to find Hamiltonian cycles in square grids.

    Python

  5. Tetris Tetris Public

    A Python version of Tetris that runs in the terminal using curses.

    Python

  6. Tower_of_Hanoi Tower_of_Hanoi Public

    A Python program that solves the Tower of Hanoi problem for 3 to 12 disks and animates the solution.

    Python