math - What is the word for a tree that loops back on itself? -


compare these graphs :

a -> b -> c  -> b -> c ->  

what graph lower 1 called can google it?

graph loops around?

circular linked list, check on wiki, , under section circular linked list https://en.wikipedia.org/wiki/linked_list


Comments