Danny Go
MModular
•Created by Danny Go on 9/18/2023 in #questions
Pointer to a custom struct?
The problem here seem to be the use of
Pointer[ListNode]
.
The code will work if it's Pointer[Int]
Any idea how to make the linked list work? Thanks6 replies