You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 10: Ray Tracing Acceleration (25)
SainanChen

As we reach node A first then node 1, should it actually be pre-order traversal? I thought in-order traversal would be node 1 first then node A.

ada-hu

I think you're right. pre order traversal should be left then root then right, so that might have been a typo.

You must be enrolled in the course to comment