Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 247 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 247 Bytes

Dynamic-Memory-Allocator

Implemented dynamic memory allocator using doubly linked list and optimized it using BST and AVL trees in Java to allocate / free memory blocks from RAM and efficiently defragment the RAM for best fit for memory blocks.