Re: Quad Tree implementation
Is Google down again? It gave me quite a lot of information on quad trees.
kind regards,
Jos
Re: Quad Tree implementation
lol, i have been through google, but not sure what i'm looking at. (Appears to be alot of stuff on the class file for quadtree, but nothing really direct about implementation). I am noob.
Re: Quad Tree implementation
Quote:
Originally Posted by
clownBoy
lol, i have been through google, but not sure what i'm looking at. (Appears to be alot of stuff on the class file for quadtree, but nothing really direct about implementation). I am noob.
Don't they want you to deliver the implementation? They don't want you to copy and paste someone else's implementation, do they?
kind regards,
Jos
Re: Quad Tree implementation
I dont want to copy an implementation. Is it implemented relatively the same a Map or hashSet?
i.e.
Map<String, Integer> mappy = new Map<String, Integer>();