[LCP]Projects using data structures
David Spencer
david.w.spencer at oracle.com
Fri Sep 19 21:49:01 UTC 2003
Sabu Thaliyath wrote:
>On Fri, 2003-09-19 at 15:00, Sameer Oak(MBT) wrote:
>
>
>Let me be more clear. I am looking for source codes of some simple
>utillities , tools or application programs that use any of the following
>data structures:
>
> Binary Trees or Graphs
>
>By idea is to reinforce my understanding of these data structures by
>looking at some practical examples.
>
>
>regards,
>Sabu Thaliyath
>
>
To be honest if you've got a handle on the theory your best way to
improve your understanding is to write some code, not to read someone
else's. They may have code to optimise the structures for their
particular application or they may have not implemented it correctly, to
name two of many possible problems with this approach; and even if all
those do not apply, getting inside another coder's head through just his
code is a very difficult task, more so in my experience than writing my
own code.
Dave.
More information about the linuxCprogramming
mailing list