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 covers the Adapter design pattern using the example of ArrayShuffler in Java. It explains how to adapt classes to work together that otherwise wouldn't, focusing on the ArrayShuffler class and its adaptation to the ArrayAdapter class.