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

Block or report barannmeisterr

Report abuse

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

Report abuse

Pinned Loading

  1. 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

  2. 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

  3. 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

  4. 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

  5. Course-Statistics-Application Course-Statistics-Application Public

    This application provides statistical data on courses offered over the last five academic years, specifically from the 2019 Fall term to the 2024 Spring term. It processes data from Excel files and…

    Java

  6. Pediatric-Endocrinology-Clinic-Time-Table-Scheduling-System Pediatric-Endocrinology-Clinic-Time-Table-Scheduling-System Public

    This project is a comprehensive monthly time table scheduling system for a Pediatric Endocrinology Clinic. Timetable is generated with directed graph data structure with constraints and the generat…

    Java