/Garbage-Collector-C

Garbage Collector Simulation for C++ using Mark and Sweep algorithm

Primary LanguageC++

C++ implementation of a mark-and-sweep garbage collector for learning purposes.