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

Block or report barannmeisterr

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. FootballFixtureAnalyzer FootballFixtureAnalyzer Public

    FootballFixtureAnalyzer is a Java application designed to analyze football match fixtures to generate league table from fixture

    Java

  2. Mangala-Board-Game Mangala-Board-Game Public

    Mangala is a Turkish strategy game played by two players. The game board consists of 12 small pits, 6 for each player, and a large storehouse where each player collects their stones. The game is pl…

    Java

  3. Maze-to-Graph-Conversion-For-Path-Finding Maze-to-Graph-Conversion-For-Path-Finding Public

    This project converts a maze into a graph representation and performs various graph-related operations on it.The maze is represented as a 2D array of characters where: "S" indicates the start point…

    Java

  4. Optimal-Pathfinding-in-a-Coastal-Island-Network-with-State-Dependent-Ports- Optimal-Pathfinding-in-a-Coastal-Island-Network-with-State-Dependent-Ports- Public

    This project aims to solve the problem of finding the lexicographically smallest path that takes the minimum amount of time to travel between two islands in a coastal city.

    Java

  5. Two-Step-Graph-Traversal-Directed-Graph Two-Step-Graph-Traversal-Directed-Graph Public

    takes a starting takes a point in a directed graph and shows the nodes that are reachable within two steps

    Java

  6. Trie-Data-Structures-For-String-Manipulation-And-Searching-With-Prefix-And-Suffix Trie-Data-Structures-For-String-Manipulation-And-Searching-With-Prefix-And-Suffix Public

    This project implements a 26-way Trie data structure to manipulate and manage strings efficiently.Then inserts all words to the trie from the given txt file.

    Java