Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

DS_Doc_2_8_队列的应用

KimYang edited this page Oct 10, 2020 · 1 revision

队列的应用

树的层次遍历

提示:不知道树这种数据结构的同学,可以考虑先跳过本文内容,等了解树之后,再来康康~

image-20200624200711109

详细实现内容在树的章节实现!

图的广度优先遍历

遍历是指找出所有元素节点

image-20200624200822823

队列在操作系统中的应用

CPU资源分配问题

image-20200624200936738

打印数据缓冲区

image-20200624201203709

Clone this wiki locally