answersLogoWhite

0

What is mean by Loopy Linked Lists?

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

for example:

Element a, b, c;

a.next = &b;

b.next = &c;

c.next = &a;

User Avatar

Wiki User

16y ago

What else can I help you with?