User:Nrp/Weekly updates/20080705: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: == Saturday == * Researched connected components extraction)
 
Line 1: Line 1:
== Saturday ==
== Saturday ==
* Researched connected components extraction
* Researched connected components extraction
== Monday ==
* Continued connected components research
== Tuesday ==
* Started writing a connected components function using decision trees and array based union-find. As far as I can tell, this is the current state of the art in connected component algorithms.

Revision as of 04:47, 2 July 2008

Saturday

  • Researched connected components extraction

Monday

  • Continued connected components research

Tuesday

  • Started writing a connected components function using decision trees and array based union-find. As far as I can tell, this is the current state of the art in connected component algorithms.