hello there
plz come n help me in how to sort double linked list

i want function sort in my codes................

public class DLinkedListed
{
private int size;
private DLink header;...