Add:Talhaissue10 - #109
Open
talhazahoor39-collab wants to merge 3 commits into
Open
Add:Talhaissue10#109talhazahoor39-collab wants to merge 3 commits into
talhazahoor39-collab wants to merge 3 commits into
Conversation
talhazahoor39-collab
requested review from
AreebaSohail-ktk,
SyedaEasha,
coder-Retro,
ik-awais,
velanora and
waleeja07-wk
September 5, 2026 12:00
coder-Retro
requested changes
Sep 5, 2026
coder-Retro
left a comment
Collaborator
There was a problem hiding this comment.
ListNode* head should be passed by reference like:
ListNode*& head
Also, you didn't even call your pushback in main function... Kya phoonkra hay?
Collaborator
Author
Kar diya hai sahih |
coder-Retro
self-requested a review
September 8, 2026 13:08
coder-Retro
requested changes
Sep 8, 2026
coder-Retro
left a comment
Collaborator
There was a problem hiding this comment.
Still Same error, not fixed
coder-Retro
approved these changes
Sep 10, 2026
waleeja07-wk
approved these changes
Sep 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This issue was about a one way linked list. In this issue a function was created with the name of pushback. The main purpose of this function is to take a string from user and then store it in heap memory which might be linked with other data.