Skip to content

Instantly share code, notes, and snippets.

View vidhyasgr's full-sized avatar

Vidhya Sagar vidhyasgr

  • Frankfurt, Germany
View GitHub Profile
@vidhyasgr
vidhyasgr / gist:dd6638512de4dd07389537ab170803ee
Last active May 19, 2017 15:23
Trilateration using Geo. Solving linear equation, reducing error by tuning the radius, adjusting the overlapped and enveloped circle to find the best position.
package com.kianaanalyitcs.location.algorithm;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
public abstract class OwnTrilaterationAlgorithm {