CS 531


5/1/2023

These are the homeworks assigned in this class. These homeworks allow students to utilize the knowledge of data structure and Linux system to create numerous user-defined programs. In homework 1, we need to sort the user-given strings into ascending or descending order. In homework 2, we use link list to create an array that stores addresses and aliases that are given by users. Similar to homework 2, homework 3 uses binary tree to store the information. In homework 4, we need to fork a child process to create our user-defined system. This course really helps understand the Linux system and gives me insight into the system structure.