Ten Things You Can Brush up On For Google

Hi,

Here are ten things you can brush up on that *might* help

  1. Sort Algorithms

  2. The big O (efficiency)

  3. When in doubt use hash tables

  4. A queue (FILO) and a stack (FIFO) can be made from each other.

  5. Refactoring

  6. Strategy Pattern

  7. Strong and weak references

  8. Lazy loading

  9. Collections

  10. Boiler plate code

2 comments:

  1. 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)).

    ReplyDelete
  2. nice
    http://yourf1.blogspot.in/2010/03/delhinoidagurgaonconsultant.html

    ReplyDelete