algorithm - Getting various results in Splay tree insertion using Java -
i have made program in java insert elements splay tree. getting different results while checking through result via internet. have tried insert following keys:
12 25 10 27 54 100 51 99 87 32
the result have got follows:
is result have got right or have error?
Comments
Post a Comment