Skip to content

Commit c3b5cf8

Browse files
authored
Create README.md
1 parent c5d53fc commit c3b5cf8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# os18-p4
2+
Homework task 4 in Betriebssysteme, Summerterm 2018, h_da
3+
This program simulates a memory management using the buddy-algorithm. The blocks used to manage the memory are implemented in a binary-tree structure. Free blocks are saved in a vector.
4+
5+
see https://en.wikipedia.org/wiki/Buddy_memory_allocation for information on buddy algorithm

0 commit comments

Comments
 (0)