Changes between Version 13 and Version 14 of Reports


Ignore:
Timestamp:
Jul 12, 2013, 11:13:00 PM (11 years ago)
Author:
vishaltiwari
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Reports

    v13 v14  
    7373[[BR]]
    7474  * Write C++ testcases for QuadEdgeSubdivision class and VoronoiDiagramBuilder class.
     75
     76=== Week 4 Report ===
     77'''1. Work Done:'''
     78[[BR]]
     79  * Tested some methods in geom::Triangle and geom::CoordinateList that were ported and also tested some methods of VoronoiBuilder class.
     80  * A lot of time was spend in fixing bugs and memory leaks.
     81
     82'''2. Problems Faced:'''
     83[[BR]]
     84  * As its a port from java to C++, we have to take care for memory leaks. Also i am stuck in a comparison between two QuadEdge objects, which i am working out with strk.
     85
     86'''3. Work to be done in the next week:'''
     87[[BR]]
     88  * Deal with the problem i am facing and write test cases for the remaining methods.