Giter Site home page Giter Site logo

datastructure_algorithm's Introduction

DataAtructure_Algorithm

数据结构与算法c/cpp

此学习内容来源于C++数据结构教程王道考研_数据结构,库中目前包含以下知识点

①数据结构

第二章 表

顺序表,单链表,双链表,循环链表,静态链表

第三章 栈与队列

顺序栈,链栈,顺序队列,链式队列

第四章 串(略)

第五章 树与二叉树

树的基本概念,二叉树的基本概念,二叉树的存储结构,二叉树的遍历,线索二叉树,树的存储结构,树和森林到二叉树的转换,树和森林的遍历

第六章 图

图的遍历-- 广度优先遍历和深度优先遍历

②算法

查找和排序(九大排序)(查找分为顺序查找和折半查找)

直接插入排序(折半插入排序也包含了直接插入排序)

希尔排序

☆冒泡排序

☆快速排序

直接选择排序

☆堆排序

☆归并排序

基数排序

datastructure_algorithm's People

Contributors

ohmyjesus avatar

Watchers

 avatar

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.