How to Remove an Item in a List (Good Taste and Bad Taste)? May 14, 2017 c / c++, data structure, programming languages 1 Comment Imagine a link-list data structure, given an entry, you are asked to remove the item from the list. In C/C++, you may write something like this (CAUTION: the following … [Continue Reading...]