算法概念

编程面试的10大算法概念

面试资源,经验帖子

分类

Reference

  • 烟客旅人
    • simulation, math, hash, bit operation
    • linked list and array
    • search, sum and tree
    • backtracking, greedy and DP
    • k sum
  • code_ganker
    • 树的遍历
    • 一维DP
    • Binary Search
    • 各种题解
  • leetcode summary
    • graph
    • math
    • sorting
    • tree bfs
    • tree dfs
    • tree recursion
    • stack
  • 一丝微凉
  • code career
    • Data Structure
    • Linked List
    • Binary Tree
    • String
    • Array and Matrix
    • Stack and Queue
    • DP
    • Search and Sort
    • Backtracking
    • Bit manipulation
    • Company related
  • grandyang
  • felix的系列总结
    • binary tree
    • 全排列
    • bucket sort .......