Skip to content
View bmetea's full-sized avatar
🎯
Focusing
🎯
Focusing
  • United Kingdom
Block or Report

Block or report bmetea

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. developer-roadmap developer-roadmap Public

    Forked from kamranahmedse/developer-roadmap

    Roadmap to becoming a web developer in 2017

    1

  2. TreasureHunt TreasureHunt Public

    Java

  3. SlidingPuzzle SlidingPuzzle Public

    Forked from jDramaix/SlidingPuzzle

    How to find the optimal solution for solving a 8 or 15 sliding puzzle.

    Java

  4. CS165A-MP1 CS165A-MP1 Public

    Forked from mjuchli/CS165A-MP1

    CS 165A – Artificial Intelligence: You will be solving the N-Puzzle Problem using one of the following search strategies: 1. A* search 2. Hill-Climb 3. Simulated Annealing 4. Genetic Algorithm 5. Y…

    Java

  5. NinePuzzle NinePuzzle Public

    A puzzle-solving algorithm using breadth-first search and Hashmap. Takes a txt file with a 3x3 matrix of unsorted numbers (including one blank space) and sorts them out.

    Java

  6. NPuzzleSolver NPuzzleSolver Public

    Forked from ShaunHoward/NPuzzleSolver

    Solves the N-Puzzle in solvable scenarios. Utilized depth-first and breadth-firsth solving based on arguments entered.

    Java