Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Commit

Permalink
updated linked-list article
Browse files Browse the repository at this point in the history
  • Loading branch information
jainaman224 committed May 30, 2016
1 parent 4c84aed commit 7f7b0dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Data-Structure-Linked-Lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@
------------------------------------------------
```

Application

Timesharing problem solved by the operating system.

In a timesharing environment, the operating system must maintain a list of present users and must alternately allow each user to use a small portion of CPU time, one user at a time. The operating system will pick a user, let him/her use a small amount of CPU time and then move on to the next user.

For this application, there should be no NULL pointers unless there is absolutely no one requesting CPU time, i.e list is empty.

**Basic Operations**

1. Insertion
Expand Down

0 comments on commit 7f7b0dd

Please sign in to comment.