Hacker News new | ask | show | jobs
Q about car-circularity
1 points by paul_reiners 6637 days ago
Is the following list car-circular?:

  (((1 2 3)) 4 . #7=(((5 . #7#))))
If so, why?
1 comments

I don't think it is, but I saw a test case here claiming it is:

http://www.cs.northwestern.edu/academics/courses/325/program...