GithubHelp home page GithubHelp logo

data_structure_notes's Introduction

Data_Structure_Note

数据结构

【学习目标】

  1. 掌握数据结构的基本概念、基本原理和基本方法;
  2. 掌握数据的逻辑结构、存储结构及基本操作的实现,能够对算法进行基本的时间复杂度与空间复杂度的分析;
  3. 能应用数据结构基本原理和方法进行问题的分析与求解,具备采用C或C++语言设计与实现算法的能力。

一、栈、队列和数组

  1. 栈和队列的基本概念
  2. 栈和队列的顺序存储结构
  3. 栈和队列的链式存储结构
  4. 栈和队列的应用

二、树与二叉树

  1. 树的基本概念
  2. 二叉树
    1. 二叉树的定义及其主要特性
    2. 二叉树的顺序存储结构和链式存储结构
    3. 二叉树的遍历
  3. 树、森林
    1. 树的存储结构
    2. 森林与二叉树的转换
    3. 树和森林的遍历
  4. 树与二叉树的应用
    1. 二叉排序树
    2. 堆结构
    3. 哈夫曼(Huffman)树和哈夫曼编码

三、图

  1. 图的基本概念
  2. 图的存储及基本操作
    1. 邻接矩阵法
    2. 邻接表法
    3. 邻接多重表、十字链表
  3. 图的遍历
    1. 深度优先搜索
    2. 广度优先搜索
  4. 图的基本应用
    1. 最小(代价)生成树
    2. 最短路径
    3. 拓扑排序

四、动态查找

  1. 平衡二叉树(AVL树)
  2. 散列(Hash)表
  3. 查找算法的分析及应用

五、排序

  1. 希尔排序(Shell Sort)
  2. 快速排序
  3. 堆排序
  4. 二路归并排序(Merge Sort)
  5. 基数排序
  6. 各种内部排序算法的比较
  7. 排序算法的应用

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.