Skip to content

C multithreaded client-server application, that manages an address book.

Notifications You must be signed in to change notification settings

Morels31/Operating-Systems-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f6a17f · Jan 6, 2024

History

14 Commits
Jan 6, 2024
Mar 14, 2023
Mar 9, 2023
Mar 9, 2023
Mar 14, 2023

Repository files navigation

Operating-Systems-Project

This is a university project, that has been assigned to me.

The request was for a multithreaded client-server application, to manage an address book. Where only certain users can modify or read the database, and others can only read it.

The database is based on a dynamic array data structure, ordered by key. And it's capable of O(log n) reads, and O(n) writes.

About

C multithreaded client-server application, that manages an address book.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published