You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If condition is not correct . You write in if condition ( if(this->next != NULL) ) , but correct this position ( if(this->next == NULL) ) . You write in if condition not equal but correct is equal to NULL
#506
Open
Manish777777 opened this issue
Nov 4, 2023
· 1 comment
https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series/blame/b6b8347d191491c1a3a7d9c4b2c612f9987b91e3/Lecture044%20Linked%20List%20Day1/singlyLinkedList.cpp#L21
The text was updated successfully, but these errors were encountered: