Tagged Questions
7
votes
4answers
487 views
“Center of Mass” between a set of points on a Toroidally-Wrapped Map that minimizes average distance to all points
edit As someone has pointed out, what I'm looking for is actually the point minimizing total geodesic distance between all other points
My map is topographically similar to the ones in Pac Man and ...
4
votes
4answers
687 views
Tessellating an arbitrary polygon by tiling triangles
I need to fill an arbitrary polygon using a near-uniform tiling of triangles. How would I do this? You may provide either references to existing algorithms or even simply ideas or hints of your own.
...
4
votes
6answers
868 views
Envelope Algorithm Optimization — Best Place to Put a Circle
I have to solve the following problem in an optimal way.
Input data is:
N points in a plane given as a (x, y) pair of integer coordinates
M points in the same plane given as a (x, y) pair of ...
3
votes
3answers
91 views
Simplified province generation
I need some clever and rather simple solution to my problem - province shape generation.
Suppose that map is matrix NxM. Each cell is represented by natural number. 0 means that tile does not belong ...
1
vote
1answer
67 views
Is there a best-practice solution to self-assembly of a set of peer nodes?
I have a network of nodes, subject to the following properties:
The global set contains N nodes.
Each node is capable of discovering X neighbors, where X << N.
Discovering a neighbor is a ...
-3
votes
2answers
98 views
How can I draw a number of Friends in a Star Topology in Android
I Have Some problem.
Let's say I have Q Icons (simple icon let say android logo) and I want to place them in a star topology against the single star center (icons) and connecting them on android ...