The code is a menu driven programs that shows the different operations of Array, Linked List, Stack, Queue, Searching (Linear Search & Binary Search), Different Sorting Algorithms, Trees and Graph.
public class MenuItem{ private String name; private double price; private String description; private int orderCode; ...