Category: Programming

1

Dynamically aggregate date charts

Recently, we were working on representation of Timeseries data. What we had in mind was to give the user an ability to choose the start and end date and represent the data related to...

0

GeoMapping and the Travelling Salesman Problem

Solving the Travelling Salesman Problem to make mapping Farms using Geotagging easier and intuitive for users.
This application uses the 2-opt algorithm for solving TSP and runs on a mobile phone.