mavyfaby / os-algorithms

My own code for implementing operating system algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operating System Algorithms

This repository contains the implementation of operating system algorithms in C.

Algorithms

These algorithms have been implemented in this repository or will be in the future:

Memory Management

  • First Fit Algorithm
  • Best Fit Algorithm
  • Compaction & Relocation Algorithm

Author

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.

About

My own code for implementing operating system algorithms.

License:Apache License 2.0


Languages

Language:C 100.0%