Posts Tagged ‘linked list’

Interview Code Snippets: Part 2

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 [...]

PHP General Tree Traversal

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 [...]

Internet Exploder, APE, and WoW 2.3

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 [...]