Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.11 KB

CC BY-NC-SA 4.0 Workflow status

ISC 101.2 OOP

Lab 15 - Linked list using recursive data structures

In this lab, you will develop a recursive linked list manipulation class. Among others, you will :

  • work with recursion in Scala data structure
  • develop functionalities and test them with unit tests
  • integrate and automate unit tests in GitHub CI/CD pipeline

Have fun, The teaching team

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0