Fast search for a number within tolernaces
- From: jonasforssell@xxxxxxxx (Jonas Forssell)
- Date: 6 Jun 2005 22:58:33 -0700
Gentlemen,
I have a set of three dimensional nodes - each with a position in
space (x,y,z).
I need to write a fast algorithm in Java to merge nodes that are close
- i.e. within a specific tolerance.
Easy way: Run through the array of nodes, check each node against
every other node and merge if needed. This will take an awful amount
of time when the array is 500.000 nodes or larger.
Smart way:?
Thanks for your help
.
- Follow-Ups:
- Re: Fast search for a number within tolernaces
- From: Lucy
- Re: Fast search for a number within tolernaces
- From: Wibble
- Re: Fast search for a number within tolernaces
- From: Thomas Weidenfeller
- Re: Fast search for a number within tolernaces
- From: Ingo R. Homann
- Re: Fast search for a number within tolernaces
- Prev by Date: Re: Thread and wait simple question
- Next by Date: Sorting and Table model
- Previous by thread: System.Web.Services.Protocols.SoapException:
- Next by thread: Re: Fast search for a number within tolernaces
- Index(es):
Relevant Pages
|