Skip to content
View JennyKozi's full-sized avatar
🏡
🏡
  • Department of Informatics and Telecommunications, University of Athens
  • Athens, Greece
  • LinkedIn in/evgeniakozi
Block or Report

Block or report JennyKozi

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

    A program that uses a hash table and a 2d list in order to store and classify records

    C

  2. Readers-Writers Readers-Writers Public

    A program that synchronizes many processes (readers and writers) using semaphores and a shared memory segment

    C

  3. Computational_Geometry Computational_Geometry Public

    A) Convex Hull 2D-3D Algorithms B) KD-Trees, Orthogonal Search, Voronoi Diagrams, Delaunay Triangulation

    Jupyter Notebook

  4. Data_Mining Data_Mining Public

    Process datasets: 1) Best Books 2) Marketing Campaign

    Jupyter Notebook

  5. Index_File Index_File Public

    Create and manage files using heap file or hash table file organization

    C

  6. Interpreter_ipl Interpreter_ipl Public

    A parser and an interpreter for a programming language that we created, called ipl

    C