In UNIX/Linux Fundamentals, we spent some quality time with Regular Expressions to massage semester course lists to our liking. Now, we will look at doing some additional processing with this data of this nature.
You've likely encountered the presence of prerequisites when signing up for classes- the need to have successfully taken (or be taking) certain courses before you can register for certain other courses.
Your task with this project is to implement a program that will:
Other attributes can be achieved in this project- make a case for the ones you'd like to receive.