Skip to content
View harshavardhan-2124's full-sized avatar

Block or report harshavardhan-2124

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. The-Last-Exit--IMROVISED-WITH-DIVIDE-AND-CONQUER The-Last-Exit--IMROVISED-WITH-DIVIDE-AND-CONQUER Public

    The Last Exit is a Java-based maze game that applies Divide and Conquer, Greedy Algorithms, Graph representation, and Sorting to solve pathfinding problems. The maze is modeled as a graph, divided …

    Java 1

  2. Labyrinth-Escape Labyrinth-Escape Public

    Labyrinth Escape is a maze-navigation game built to demonstrate core data structures and algorithms concepts. The labyrinth is represented as a graph, and the escape logic uses traversal techniques…

    Java

  3. The-Last-Exit The-Last-Exit Public

    The Last Exit is a Java-based maze navigation game that models mazes as graphs and visualizes AI pathfinding in real time. An autonomous agent uses heuristic-driven greedy search to reach the exit,…

    Java

  4. The-Last-Exit--IMROVISED-WITH-BACKTRACKING The-Last-Exit--IMROVISED-WITH-BACKTRACKING Public

    The Last Exit is a Java Swing maze game showcasing Greedy AI, Divide & Conquer, Dynamic Programming (BFS + memoization), and Backtracking. The maze is modeled as a graph with real-time visualizatio…

    Java 1