Skip to content
View Kallistina's full-sized avatar

Highlights

  • Pro

Block or report Kallistina

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. advent-of-code-2024 advent-of-code-2024 Public

    🎄Solutions for the Advent of Code 2024 challenges, written in Python.

    Python

  2. berkeley-pacman-project berkeley-pacman-project Public

    👾 🟡 👻Implementations of Project 1 and Project 2 from Berkeley's CS188 course, featuring search algorithms (DFS, BFS, A*) and multi-agent systems with Artificial Intelligence for the Pacman game.

    Python

  3. computational-geometry computational-geometry Public

    📐Implementation of computational geometry algorithms for the course Computational Geometry ΘΠ11, including convex hulls, Voronoi diagrams, Delaunay triangulations, and linear programming.

    Jupyter Notebook

  4. multi-threaded-file-server multi-threaded-file-server Public

    🖥️Multi-threaded file server for handling concurrent client requests using shared memory, semaphores, and pthreads.

    C++

  5. xv6-project-2022 xv6-project-2022 Public

    A solution to the Operating Systems (K22) course project, based on the XV6 operating system. Implements key concepts in operating systems, including process management and system calls, in a modern…

    C