You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exercising these labs are of great fun. Hope you can enjoy, too.
Most of my solutions are quite efficient and well optimized, but you still can do more, don't settle. For promising CMU students, you should not read my code until lab due. For self-study students, you should try your best first.
### Random Hints
#### Bomb lab
Check evey memory location. Master GDB.
#### Malloc lab
Efficient code optimization, observe general memory allocation pattern. My score is 98. I know there are 100s. try hard.
#### Proxy lab
Know every detail of your program. Robust error handling.