Skip to content
#

worst-fit-algorithm

Here are 7 public repositories matching this topic...

Language: C
Filter by language

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 16, 2025
  • C

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

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