Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Tree traversal is an odd one to want to try and make primitive. There are a lot of hidden questions that you need to consider when traversing a tree. Would you want your syntax to indicate what order traversal? Should it indicate a way to control the extra memory that you allow for the common stack/queue used in basic traversal? If you have a threaded tree, should the syntax work without any extra memory usage?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: