C# Class CodingPractice.LinkedList.CircularSortedLinkedList

Inheritance: LinkedList
Show file Open project: cabhishek/algorithms-datastructures

Public Methods

Method Description
insert ( IComparable item ) : void
isThere ( IComparable item ) : bool

Method Details

insert() public method

public insert ( IComparable item ) : void
item IComparable
return void

isThere() public method

public isThere ( IComparable item ) : bool
item IComparable
return bool