I have a linked list of several US capitals in which I need to put in alpha order. Each node of my linked list looks like this....
struct node
{
apstring capital;
node *next;
};
and the capitals are....
Richmond
Hartford
Annapolis
Montgomery
Albany
Harrisburg
Sacramento
Atlanta
Bizmark
Providence
any help would be GREATLY appreciated



LinkBack URL
About LinkBacks



