Re: Is there an easy way to find the right class?
- From: RedGrittyBrick <RedGrittyBrick@xxxxxxxxxxxxx>
- Date: Tue, 30 Jan 2007 21:10:08 +0000
Farcus Pottysquirt wrote:
what if I was sitting down with only a pad of paper, a pencil (with an eraser) and a reference like Java In a Nutshell (O'Reilly) how would I find the class/package I need without looking at each and every one until I find it?
Most books have a Contents section at the front and an index at the back. I'd look in the Contents section for topics that seem close to what I needed. If that didn't work I'd dream up a few likely keywords and look for them in the index.
Google is useful though.
Of course, the above are obvious to you already. Since you are not a member of the secret cabal, we're not telling you of the far superior secret method that you suspect exists.
Actually, for your problem as stated, a random walk algorithm should be quite good, the problem probably correlates quite well with some recent scientific research into food-gathering methods employed by various animals and hunter-gatherer tribes in a pre-agricultural setting. An occasional long distance relocation followed by a series of small random movements is apparently quite effective in simulations. I recommend that over a simple linear traversal of the search space.
.
- Follow-Ups:
- Re: Is there an easy way to find the right class?
- From: Farcus Pottysquirt
- Re: Is there an easy way to find the right class?
- References:
- Is there an easy way to find the right class?
- From: Farcus Pottysquirt
- Re: Is there an easy way to find the right class?
- From: Corona4456
- Re: Is there an easy way to find the right class?
- From: Corona4456
- Re: Is there an easy way to find the right class?
- From: Farcus Pottysquirt
- Is there an easy way to find the right class?
- Prev by Date: Re: New line in a JTextArea (student learning here)
- Next by Date: Re: Is there an easy way to find the right class?
- Previous by thread: Re: Is there an easy way to find the right class?
- Next by thread: Re: Is there an easy way to find the right class?
- Index(es):