Skip to content
View claudioavgo's full-sized avatar

Block or report claudioavgo

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. virtual-memory-manager virtual-memory-manager Public

    A virtual memory manager implementing FIFO, LRU, and TLB simulation, built for an OS course based on Silberschatz’s concepts.

    C

  2. real-time-algorithm real-time-algorithm Public

    Implementation of the real-time scheduling algorithm.

    C

  3. sus-analytics sus-analytics Public

    sus analytics

    Jupyter Notebook 1

  4. kth-element-sorting-benchmark kth-element-sorting-benchmark Public

    Compare Insertion Sort and Merge Sort for finding the k-th smallest element with performance benchmarks on varying list sizes.

    Python

  5. reliable-transfer-simulator reliable-transfer-simulator Public

    Simulation of Go-Back-N and Selective Repeat protocols in Python with TCP sockets and dynamic window control.

    Python