| Truth is, coding your own linked list or other data structure is not that hard in any high level language, C/C++ or Java.
As far as good programmers being able to visualize their code at all times, I agree to an extent (dependent on the size of the project). They should be able to visualize the process no matter what, for sure. If you know the process, then it's just a matter of tracing to find the flaw. |