0
Linked List
How would one created a circular Linked List and iterate through it until he reaches the last item?since its circular will the be a nullptr that you can use to stop as with single nodes?
0 ответов
How would one created a circular Linked List and iterate through it until he reaches the last item?since its circular will the be a nullptr that you can use to stop as with single nodes?