This repository contains all my operating system course projects, and they listed bellow.
- First Project: Battleship game implementation using
socket
programming in c - Second Project: Pipeline implementation project in operating system course
- Third Project: MultiThread Neural Network implementation using
pthread
andsemaphore