Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
#

worst-fit-algorithm

Here are 8 public repositories matching this topic...

Language: All
Filter by language

This repository features programs that explore Linux kernel functionality, memory management strategies, and various process scheduling algorithms. It's designed to help users understand core operating system concepts through practical implementations.

  • Updated Dec 12, 2024
  • Jupyter Notebook

Memory allocation simulator in C implementing First/Best/Worst Fit algorithms with automatic hole merging, compaction, and interactive/scripted modes

  • Updated Jul 6, 2025
  • C

This simulator reproduces the behavior of malloc/free/realloc through a fully custom allocator, including First-Fit, Best-Fit, and Worst-Fit placement strategies. It also includes a command parser capable of executing instructions from input files such as: ALLOC <name> <size>, FREE <name>, REALLOC <name> <size>, and PRINT.

  • Updated Nov 17, 2025
  • C

Improve this page

Add a description, image, and links to the worst-fit-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the worst-fit-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more

Morty Proxy This is a proxified and sanitized view of the page, visit original site.