Learning Goal: I’m working on a c programming exercise and need a sample draft t

Learning Goal: I’m working on a c programming exercise and need a sample draft to help me learn. 1. A daycare center would like to maintain a list of book requests from the teachers for their classroom libraries. Each book was stored with the title, author’s first name, last name, price, and classroom. Modify add_to_end function in book.c in Project 9: a. Instead of adding to the end of the linked list, a book is added to an ordered linked list. A book is added to an ordered linked list by author’s last name and then by author’s first name. The list remains ordered after the new request is added. If two books have the same author, the order doesn’t matter. For example, a book by Ashley Spires should be before a book by Whee Winn in the list; a book by Elizabeth Spires should be after a book by Ashely Spires in the list. 2. (40 points) Modify project 7 so that it uses quick sort to sorts the cars by city mpg. Name your program car2.c. Instead of using the sorting function you wrote for project 7, use the quick sort library function and implement the comparison function.

Posted in Uncategorized

Place this order or similar order and get an amazing discount. USE Discount code “GET20” for 20% discount