Posted by
Admin on
9/9/2008 1:22 PM |
Comments (0)
Hi,
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