Quiz 4 sample

This quiz will ask you to write a single function that does something with a linked list. You'll want to understand the functions shown on the linked list lecture notes. For practice, you can try writing a function that removes the last occurrence of some value. Your function can refer to existing functions, if you find that easier.

CSE 230 material by Pawas Ranjan is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Source code for this website available at GitHub.