[Question] Is it sufficient to use only the imported modules?
Closed this issue · 2 comments
08kmc09 commented
I'm now working on homework 4: boc, and I'm curious that just like the previous homeworks (such as cache), is it sufficient to implement the code without using other library? such as mem::forget.
kingdoctor123 commented
Yes. Our model solution implements BoC only with the libraries already listed in the skeleton code, and I hope you can do it as well.
08kmc09 commented
After I posted my question, I found that it can be implemented with the presenting libraries. Thanks for your help!
By the way, it's really challenging to find the right place to clean up the behavior.