📗
Notes
  • Introduction
  • Files
  • Android
    • Http
      • Http基础
      • Okhttp理解
    • Jetpack
      • Notes
  • Java ways
    • 101
      • Basis
        • Index
        • Front
          • Angular
            • Angular start 01
            • Angular start 02
          • Typescript
            • Index
            • Ts 01
        • Java
          • Concurrency
          • Frameworks
            • Jdbc与连接池
            • Rxjava基础
            • Spring框架基础
          • Sugar&skill
        • Tool
          • Docker
            • Docker basis
            • Kubernetes play
          • Git
            • Git basic
          • Vim
            • Vim advance
      • Cs
        • Imp
          • Lru
          • Index
    • Snippets
      • Jpa和spring系列注解表
      • Java与oracle数据库各种操作
      • Maven初始化template
      • Nginx配置
      • Nginx反代后配置自动ssl续签
      • 终端033颜色
    • Ways
      • Java ways 01
      • Interview
        • Question
        • Requirements
      • Leetcode101
        • Acwing
          • Index
          • 背包问题
        • Explores
        • Solutions
          • Algorithms
            • Index
          • Concurrency
            • Index
          • Shell
            • Index
          • Sql
            • Index
  • Leecode
    • 牛客
      • 剑指offer
  • Play
    • Youtube离线下载
  • Python basic notes
    • Python days
Powered by GitBook
On this page
  • Index
  • 操作系统
  • 数据结构

Was this helpful?

  1. Java ways
  2. 101
  3. Cs
  4. Imp

Index

PreviousLruNextSnippets

Last updated 4 years ago

Was this helpful?

   Author: Gentleman.Hu
   Create Time: 2020-10-19 17:34:47
   Modified by: Gentleman.Hu
   Modified time: 2020-10-20 15:21:21
   Email: justfeelingme@gmail.com
   Home: https://crushing.xyz
   Description: 此目录包含一些常用算法和数据结构实现

Index

操作系统

  • 页面置换算法

    • FCFS

    • SJF

    • HRRF

    • RR

    • SRTF

    • MFQ

    • ...

  • 进程调度算法

    • OPT

    • FIFO

    • LRU

    • CLOCK

    • ...

数据结构

  • 树

    • 二叉树

    • 满二叉树

    • 完全二叉树

    • 顺序二叉树

    • 赫夫曼树

    • 二叉查找树/二叉排序树/二叉搜索树

    • 平衡二叉树(AVL)

      • 红黑树

    • 多路查找树

      • B树

      • B+树

几种调度算法
几种页面置换算法
cnblogs
csdn