1) Assume that you determine there are not enough customers for the new product. What will you do, short of abandoning the product? Answer should include at least 300 words.
2) a) Write down an algorithm or code segment for searching the circular linked list for a given item.
b) Write down an algorithm or the code segment for locating nth successor of an item within a circular linked list (nth item which follows the given item in the list).
c) Provide an algorithm similar to that in the text for threading a binary tree, however to facilitate the pre-order traversal.