• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question about splay trees.....

gopunk

Lifer
why is insert best done by splaying the would-be parent, splitting the tree, then attaching the two resultant trees as children of the node to be added? how is this different (better) than just doing a normal BST insert and splaying that to the top?

thanks 🙂
 
Originally posted by: bleeb
BTW, how do you have all this time to post on ATOT and still make it through the CS department?

haha that's because i'm not actually in it 😛

but i'll be in within a month, if all goes well... they let me take two majors only courses so far (one last quarter... 4.0, and this one), so i think that is a good sign. in the words of the advisor "there is no reason why you won't get in this next time"
 
Back
Top