Skip to content
View martinx0520's full-sized avatar

Block or report martinx0520

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

Popular repositories Loading

  1. Shortest-Way-Out Shortest-Way-Out Public

    The Shortest Way Out is a program that allows the user to find the shortest distance between any two nodes in a connected graph.

    Processing

  2. Maze-Generator Maze-Generator Public

    A program that generate mazes using Prim's algorithm and can find the shortest path between any two points in the maze using A* search Algorithm

    C++

  3. Chess-Game Chess-Game Public

    A local multiplayer chess game built with C++ and SFML

    C++

  4. Elo_system_Implementation Elo_system_Implementation Public

    An implementation system of Elo system based on player's statistics and a predictor that predict the score of the game based on player's elo rating

    Python

  5. Solar-System-Demo Solar-System-Demo Public

    This is a demo of the planet orbiting in the solar system using C++ and Opengl

    C

  6. Stock-Trading-Predictor Stock-Trading-Predictor Public

    The program allows user to specify a stock ticker, starting date and ending date, then it will indicate user the buy spots and sell spots based on the provided price data

    Python