Closed Karanstr closed 3 weeks ago
Instead of storing a reference to 0 at each free node, convert the Vec's type from Node into Option with None used for a free space
Instead of storing a reference to 0 at each free node, convert the Vec's type from Node into Option with None used for a free space