LinkedList, Queue and Stack

Coding Critique is the place to post source code for peer review by other members of DevNetwork. Any kind of code can be posted. Code posted does not have to be limited to PHP. All members are invited to contribute constructive criticism with the goal of improving the code. Posted code should include some background information about it and what areas you specifically would like help with.

Popular code excerpts may be moved to "Code Snippets" by the moderators.

Moderator: General Moderators

Post Reply
Flamie
Forum Contributor
Posts: 166
Joined: Mon Mar 01, 2004 3:19 pm

LinkedList, Queue and Stack

Post by Flamie »

Ey, a couple of weeks ago I wrote 3 classes to implement the ADTs Linked lists, queues and stacks in PHP.
http://framework.wormsrenegade.com they can be seen there. Let me know what you all think I should add/remove/modify to them.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

I can't say a lot at the moment (have to go). But I did notice right off the bat that it is "pretty" code. If that's useful. :lol: I will comment more in the AM.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply