Difference between revisions of "User:Izak/GSOC 2013 logs"
From BRL-CAD
IIIzzzaaakkk (talk | contribs) (→From June 3rd to June 7th) |
IIIzzzaaakkk (talk | contribs) (→From June 3rd to June 7th) |
||
Line 17: | Line 17: | ||
*Compiled BRL-CAD from source (in 26 minutes). | *Compiled BRL-CAD from source (in 26 minutes). | ||
− | * Studying /src/librt/primitives/*/* | + | * Studying /src/librt/primitives/*/*. |
+ | |||
+ | * Revising red-black trees in "Introduction to algorithms",third edition book by Cormen. | ||
==From June 10th to June 14th== | ==From June 10th to June 14th== |
Revision as of 16:35, 13 June 2013
Contents
PROJECT DETAILS
Project Title : Implementation of a heart primitive.
Name: Isaac Kamga.
IRC Name (Handle): Izak
e-mail: u2isaac@gmail.com
Phone : +237 74 10 62 97
Introduction
This page will contain logs of the work I will be doing during and after the summer of code period.
From June 3rd to June 7th
- Compiled BRL-CAD from source (in 26 minutes).
- Studying /src/librt/primitives/*/*.
- Revising red-black trees in "Introduction to algorithms",third edition book by Cormen.
From June 10th to June 14th
- Fixing rb_delete.c to effectively delete nodes.