Skip to content
View alstar555's full-sized avatar
🐢
🐢

Block or report alstar555

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. A-star-and-BFS-Path-Finder A-star-and-BFS-Path-Finder Public

    A visual implementation of the A* and BFS algorithm that finds the shortest path from green to red square on a grid board.

    JavaScript

  2. Quantum_Cryptography Quantum_Cryptography Public

    Researching and implementing quantum cryptographic methods

    Jupyter Notebook 1

  3. BrickBrok BrickBrok Public

    2 player brick breakers game

    JavaScript

  4. Cryptography_Bank_Project Cryptography_Bank_Project Public

    Cryptography Final Bank Project

    C++

  5. Gradient-Descent-for-Parameter-Tuning Gradient-Descent-for-Parameter-Tuning Public

    Hyperparameter tuning for the Sagittarius Stream with 26 parameters.

    Python

  6. Multithreaded-Knight-s-Tour Multithreaded-Knight-s-Tour Public

    A chess knight is placed on an m*n board at a starting spot (r,c). This algorithm finds a route for the knight to move so that it visits every square on the board exactly one time.

    C