Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture explores the implementation of a concurrent stack data structure, which follows the last in first out property. The instructor explains how push and pop operations work concurrently by updating the top field using compare and swap operations.