LeetCode112 - (easy) Path Sum

链接:https://leetcode.com/problems/path-sum/ 花花酱视频链接:youtube Task Given a binary tree and a sum, determine if the tree has

LeetCode100 - (easy) Same Tree

链接:https://leetcode.com/problems/same-tree/ 花花酱视频链接:youtube Task Given two binary trees, write a function to check if they

OSTEP第10章 多处理器调度(高级)

多核时代的困难: 应用程序需要重写以使用多线程并行执行 操作系统需要实现多处理器调度 背景:多处理器架构 别忘了同步 最后一个问题:缓存亲和度 单队列调

OSTEP第9章 调度:比例份额

比例份额(proportional-share)又称公平份额(fair-share),基于简单的想法:调度的最终目标是确保每个工作获得一定比

OSTEP第8章 调度:多级反馈队列

多级反馈队列(Multi-level Feedback Queue, MLFQ) 优化周转时间:先执行短工作,但通常不知道工作要运行多久 优化响应时间:使用轮转,但轮转的周转时间很差