Python code for graph creation
Budget: €250 – €750 EUR
All the algorithm is described in the two attached documents.
The code has to create a tree using dictionaries of points.
The points are real points (x;y) with x and y in R (reals)
The most import thing: the code HAS TO be a O(n^m), with m in N
The solution can't be a simple O(exp(n)) solution (it is already done and it is working)
The target of this work is to improve the speed of the algorithm.
The code has to create a tree using dictionaries of points.
The points are real points (x;y) with x and y in R (reals)
The most import thing: the code HAS TO be a O(n^m), with m in N
The solution can't be a simple O(exp(n)) solution (it is already done and it is working)
The target of this work is to improve the speed of the algorithm.