Menu

Listnode Can Have Link List Class With Three Member Functions And A Default Cons

Listnode can have link list class with three member functions and a default constructor such as void add (double x); boolean ismember (double x); int search(double x); LinkedList(); which can return position of a number x on list while first node at 0; second at 1; and etc, with no x returning -1

Leave a Reply

Your email address will not be published. Required fields are marked *