Code Monkey home page Code Monkey logo

topological-order's Introduction

Topological-Order

拓扑排序输出课表(大学四年)

大一上: 高等数学-I,线性代数(理工),高级语言程序设计-I,数字逻辑,UNIX操作系统,计算机导论 1高数1,2线性代数,3高语1,4数字逻辑,5UNIX操作系统,6计算机导论

大一下: 高数2(高数1),概率统计(理工)(高数1),高级语言程序设计-II(高级语言程序设计-I),汇编语言程序设计(数字逻辑,高级语言程序设计-I)

大二上: 数据结构(高级语言程序设计-II),离散数学(高数2,高数1),计算机组成原理(汇编语言程序设计,数字逻辑),Java程序设计(高级语言程序设计-II)

大二下: 操作系统原理(计算机组成原理,数据结构),微机接口原理技术(计算机组成原理,数字逻辑)

大三上: 数据库系统原理(数据结构,操作系统原理),计算机网络(数据结构,操作系统原理)

大三下: 计算机体系结构(计算机组成原理),编译原理(操作系统原理)

拓扑排序算法

建立一个队列存放入度为0的顶点,每输出一个,就把他所有相关的边删除,本次输出完了之后,再扫描剩下的顶点,录入入度为0的顶点,以此往复,直到全部输出。

topological-order's People

Contributors

countyripper avatar

Stargazers

YanjunZhao 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.