en
Gayle Laakmann McDowell

Cracking the Tech Career

Berätta för mig när boken läggs till
För att kunna läsa den här boken överför filer i EPUB- eller FB2-format till Bookmate. Hur laddar jag upp en bok?
  • Maryja Radziukhar citeratför 7 år sedan
    Inserting an element in a tree falls into category 2. Trees are not actually used that often in industry, but they're so fundamental, how could you not know them?
    Tree balancing, however, does not fall into this category. You should know that tree balancing exists, and you should know basically how it works (rotations when the sides get too uneven), but the little details are not that essential to know. Skip it.
    The complex dynamic programming questions—the ones you read about in big algorithm books—are usually too complex for an interview. They can come up, but they tend not to make good questions.
    However, simple dynamic programming questions—memorizing (or caching results between recursive calls)—can come up. It's worth it to spend a bit of time practicing those questions, but they aren't as complex as you might assume
  • Maryja Radziukhar citeratför 7 år sedan
    Depth-first search
    Recursion
    Tries
    Binary search
    Memorization/dynamic programming
    Stacks
    Merge sort
    Memory (stack vs. heap)
    Queues
    Quick sort
    Big-O time
    Dynamically resizing arrays
    Tree insert/find/etc.
    Hash tables
    Heaps
    Graphs
fb2epub
Dra och släpp dina filer (upp till fem åt gången)