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 palindromeI 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 palindromeI have to check if a singly linked list forms a palindrome of characters. Each node keeps a characte...