Name few Garbage collection algorithms?

Q

Name few Garbage collection algorithms?

✍: Guest

A

Here they go:

Mark and Sweep
Reference counting
Tracing collectors
Copying collectors
Heap compaction
Mark-compact collectors

2013-03-20, 1869👍, 0💬