Skip to content
View feralriosv's full-sized avatar
  • Karlsruhe

Block or report feralriosv

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

Pinned Loading

  1. Behavior-Tree Behavior-Tree Public

    Java implementation of a Behavior Tree interpreter controlling multiple agents (ladybugs) in a 2D grid environment. Includes sequence, fallback, parallel, condition and action nodes, with a command…

    Java

  2. Text-Matcher Text-Matcher Public

    Java implementation of a text similarity analyzer that compares multiple texts using tokenization strategies and greedy longest common subsequence matching.

    Java

  3. Data_Structures_Learning Data_Structures_Learning Public

    Some self-made data structure implementations to learn them in depth.

    Java

  4. Radio_Simulator Radio_Simulator Public

    A university project simulating a basic playlist and radio system.

    Java

  5. Hotel-Booking-System Hotel-Booking-System Public

    Java implementation of a command-line hotel booking system that manages hotels, rooms, customers, and reservations. The system supports searching for available rooms, finding the cheapest option fo…

    Java

  6. Unrolled-Linked-List Unrolled-Linked-List Public

    Java implementation of an Unrolled Linked List storing integers in fixed-size arrays connected through a doubly linked list.

    Java