05-25-2009, 06:05 PM | #31 | |
Argus Agony
|
Quote:
Somehow.
__________________
Either you're dead or my watch has stopped. |
|
05-31-2009, 12:19 AM | #32 |
Lakitu
Join Date: Nov 2003
Posts: 2,152
|
Yes T.T./Rose is using an AVL tree for her inventory system, this is great. I don't know why this is great, but this is obviously great.
|
05-31-2009, 05:20 AM | #33 |
Lakitu
|
Someone needs to explain her captchalogue system, becuase it's not making any sense at all to me.
Edit: nevermind, I figured it out. Any new item is compared with existing items down the tree like a binary search function. It starts at the root and compares names, and puts it on either the right or left depending on if it comes before or after, and repeats for the next item, until it runs out of items to compare. How does she use items from the tree though?
__________________
MENCHI Pink It's cowboy time, I'm so MENCHI right now. Metroid is a great man because his friends don't rape him. Last edited by Zilla; 05-31-2009 at 05:23 AM. |
05-31-2009, 06:46 AM | #34 |
synk-ism
|
The fact that I got mentioned in this thread just adds incentive.
HEY. Hey you! Yeah. All of you. Remind me to catch up with this damned thing sometime. I followed it for a while and then: SPLAT, I didn't. :/
Hmm. Well, I'm certainly not doing anything right now, I suppose.
__________________
Find love.
|
05-31-2009, 06:54 AM | #35 |
Time is something else.
|
Two more S'Burb players didn't solve the puzzle in time, it would seem.
__________________
WHERE MIKEY IS IN 2022! tumblrs - http://werewolf.zone twitters - @itmightbemikey |
05-31-2009, 09:13 AM | #36 | |
Making it happen.
|
Presumably she can access any items on the "bottom" leaves of the tree. And as she picks up more items, more branches will form. So the more items she holds, the more of them she can access. Pretty neat.
__________________
Quote:
3DS Friend Code: 4441-8226-8387 |
|
05-31-2009, 10:42 AM | #37 | |
synk-ism
|
She's too weird for me.
Quote:
__________________
Find love.
|
|
05-31-2009, 11:24 AM | #38 |
Argus Agony
|
I think he meant in addition to the walkthroughs (where it can be assumed that the writers were already dead to begin with), this page shows yet another two meteors striking in the distance independent of what you're talking about.
__________________
Either you're dead or my watch has stopped. |
05-31-2009, 01:18 PM | #39 | |
Lakitu
Join Date: Nov 2003
Posts: 2,152
|
Quote:
I had typed a big paragraphs about heaps here, then deleted it because I remembered heap is set up for min or max sorting, and instead this is a sorted binary tree. I'm still thinking AVL trees given its 'unbalanced requiring re balancing' instead of leaving a terribly left heavy tree. I'm hoping someone gets a heap (min or max) inventory and a normal (non AVL) sorted binary tree before the end. |
|
05-31-2009, 01:55 PM | #40 |
synk-ism
|
The computer scientist in me is also enjoying the inventory systems.
ah-ha! I did not catch that bit of the animation before. Thanks.
__________________
Find love.
|
|
|