Skip to content

jiahao-shen/AIandOS-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm of AI and OS

  • Artificial Intelligence
    • Path Finding based on AStar
    • Path Finding based on BFS
    • Path Finding based on IDAStar
    • Eight Puzzle based on IDAStar
  • Operating System
    • Blanker
    • Process Scheduling
      • Round Robin
      • Highest Response Ratio Next
    • Memory Allocation
      • First Fit
      • Next Fit
      • Best Fit
      • Worst Fit
    • Page Replacement
      • FIFO
      • LRU
      • Pro Clock
    • Disk Scheduling
      • FCFS
      • SSTF
      • SCAN
      • CSCAN
      • NStepSCAN
    • Simple File System Simulator

About

The algorithm of AI and Operating System.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages