Is speaking of a linear linked linked in contrast to a circular linked list a valid / common term? For some examples I’m posting to my students I need to distinguish between both and don’t want to use terms which don’t actually exist!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would simply call them “non-circular”.
Just for reference, Lisp defines “proper lists” as lists that are terminated by the empty list. “Improper” lists can be “circular lists” or “dotted lists” (lists that are not terminated by the empty list but by some other atom).