User profile: flav32

User info
User name:flav32
History
Joined:
Number of posts:27
Latest posts:

Creating singly linked list
Thank you! I understand the concept, the logic behind them. I could definitely tell if it would be b...

Creating singly linked list
@keskiverto What do you mean? By "this chapter" I meant everything about linked lists.

Creating singly linked list
Is there any way to work with linked lists without writing the CreateList() function every single ti...

Singly linked list palindrome
I don't care about the list as I only have to make this function work, but I can see why it's a bad ...

Singly linked list palindrome
I have to check if a singly linked list forms a palindrome of characters. Each node keeps a characte...