Link to home
Start Free TrialLog in
Avatar of theldro
theldro

asked on

Convert Linked List to string

Hey . I have a linked list that can do all of the basic things add remove etc. I was woundering if you can turn a linked list into one string.
Example: Say I have a list of Strings [fred, joe, 56, a, dog, 7, tim, I]
Can I convet that into one String  fredjoe56adog7timI ? Or if you cant do that can I convert into multiple Strings    fred joe 56 a dog 7 tim I
Thanks
ASKER CERTIFIED SOLUTION
Avatar of ksivananth
ksivananth
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of theldro
theldro

ASKER

You are to smart