Instructions for Exercise

This lesson demonstrates how you can run files provided in the exercise.

This exercise lets you play around with a number of ways to implement a small, deadlock-free vector object in C. The vector object is quite limited (e.g., it only has add() and init() functions) but is just used to illustrate different approaches to avoiding deadlock.

Get hands-on with 1200+ tech skills courses.