diff --git a/algorithms/Python/README.md b/algorithms/Python/README.md index 9bcc929b..13959c0f 100644 --- a/algorithms/Python/README.md +++ b/algorithms/Python/README.md @@ -31,6 +31,7 @@ ## Scheduling - [Interval Scheduling](scheduling/interval_scheduling.py) +- [FCFS](scheduling/fcfs.py) ## Searching - [Binary Search](searching/binary_search.py)