Removed non-ASCII characters from the comments
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
//
|
||||
// THE IMPLEMENTATION OF THE MODULES IS BASED ON THE FOLLOWING PAPERS:
|
||||
//
|
||||
// [1] V. Klee and M. C. Laskowski, <EFBFBD>Finding the smallest triangles containing a given convex
|
||||
// polygon<EFBFBD>, Journal of Algorithms, vol. 6, no. 3, pp. 359<EFBFBD>375, Sep. 1985.
|
||||
// [2] J. O<EFBFBD>Rourke, A. Aggarwal, S. Maddila, and M. Baldwin, <EFBFBD>An optimal algorithm for finding
|
||||
// minimal enclosing triangles<EFBFBD>, Journal of Algorithms, vol. 7, no. 2, pp. 258<EFBFBD>269, Jun. 1986.
|
||||
// [1] V. Klee and M. C. Laskowski, "Finding the smallest triangles containing a given convex
|
||||
// polygon", Journal of Algorithms, vol. 6, no. 3, pp. 359-375, Sep. 1985.
|
||||
// [2] J. O'Rourke, A. Aggarwal, S. Maddila, and M. Baldwin, "An optimal algorithm for finding
|
||||
// minimal enclosing triangles", Journal of Algorithms, vol. 7, no. 2, pp. 258-269, Jun. 1986.
|
||||
//
|
||||
// The overall complexity of the algorithm is theta(n) where "n" represents the number
|
||||
// of vertices in the convex polygon.
|
||||
|
Reference in New Issue
Block a user