算法面试通关#1.2如何高效的学习算法和数据结构

如何精通一个领域

  • Chunk It Up (碎片化时间)
  • Deliberate Practicing (刻意练习)
  • Feedback (反馈)

《Outliers - The Story of Success》Malcolm Gladwell

切题四件套

  • Clarification
  • Possible Solutions
    Compare(Time/Space)
    Optimal(加强)
  • Coding
  • Test Cases

常见数据结构

常见数据结构

数据结构与算法

Data Structure

  • Array
  • Stack/Queue
  • Priority Queue
  • Linked List
  • Queue/priority Queue
  • Tree/Binary Search Tree
  • Hash Table
  • Disjoint Set
  • Trie
  • Bloom Filter
  • LRU cache

Algorithm

  • Greedy
  • Recursion/Backtrace
  • Traversal
  • Breadth-First/Depth-First Search
  • Divide And Conquer
  • Dynamic Programming
  • Binary Search
  • Graph

极客时间视频参考链接

发布了5 篇原创文章 · 获赞 1 · 访问量 396

猜你喜欢

转载自blog.csdn.net/qq_41906368/article/details/104121986
今日推荐