Giter VIP home page Giter VIP logo

algorithmlearningguide's Introduction

数据结构和算法学习指南

目录

一.数据结构和算法基础

  • 二分查找
  • 递归
    • 阶乘
  • 分而治之
    • 欧几里得算法
  • 排序
    • 选择排序
    • 快速排序

二.数据结构

  • 数组
  • 链表
    • 单向链表
    • 双向链表
    • 反转单向链表问题
  • 散列表
  • 队列
    • 二叉树(Binary Tree)
      • 完全二叉树
        • 满二叉树
      • 堆(Heap)
        • 二叉堆
          • 最大堆
          • 最小堆
        • 二项堆
        • 斐波那契堆
        • 左偏树
      • 二叉搜索树(Binary Search Tree)
        • 平衡二叉树
          • 红黑树
    • B树(又名平衡多路搜索树,N叉树)
    • 字典树(Trie)

三.图论

  • 图的表示
    • 邻接链表表示法
    • 邻接矩阵表示法
  • 图的分类
    • 有向图
      • 有向无环图
      • 有向有环图
    • 无向图
  • 广度优先搜索算法(BFS)
  • 深度优先搜索算法(DFS)

四.算法

  • 递归技术
  • 分治策略
  • 随机化技术
  • 动态规划
  • 贪心算法
  • 摊还分析

参考

  • 《算法图论》
  • 《算法导论》
  • 《编程珠玑》
  • Letcode

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.