Here are ten things you can brush up on that *might* help
- Sort Algorithms
- The big O (efficiency)
- When in doubt use hash tables
- A queue (FILO) and a stack (FIFO) can be made from each other.
- Refactoring
- Strategy Pattern
- Strong and weak references
- Lazy loading
- Collections
- Boiler plate code
I believe that a queue is usually FIFO (http://en.wikipedia.org/wiki/Queue_(data_structure)) and a stack is usually LIFO (http://en.wikipedia.org/wiki/Stack_(data_structure)).
ReplyDeletenice
ReplyDeletehttp://yourf1.blogspot.in/2010/03/delhinoidagurgaonconsultant.html