Today’s potential interview question is to reverse a linked list, without recursion. This one can be rather tough on the brain if you don’t think visually, but the basic idea here is to keep a pointer to:
Keep a pointer to the next node so that you don’t lose a way to access it once you [...]
In developing web applications which need to display any sort of data in categorical form, it is often useful to develop a tree structure not unlike a file system. Sometimes this can involve writing an extension of a linked-list, or some other self-defined structure, but if you’re just using PHP with a couple MySQL relational [...]
Posted on November 14, 2007, 1:01 am, by dxmio, under
Algorithms,
Data Structures,
EWU,
Education,
Gaming,
Java,
Music,
Personal,
Programming,
Web Development,
World of Warcraft.
Today I spent 9 hours working on 3 different web projects. By the end, I felt a burning rage towards Internet Explorer, which is a pretty good indication of an average day in web development. Native support for hover? Guess not.
Friday I have to take the APE (Advanced Placement Exam) at EWU. This determines whether [...]
Tags:
algorithm,
EWU,
inheritance,
internet explorer,
linked list,
pandora,
radio,
recursion,
susanna,
web development,
world of warcraft No Comments |
Read the rest of this entry »