kopia lustrzana https://github.com/animator/learn-python
comm6
rodzic
c91b657e2c
commit
297d68fadb
|
@ -204,9 +204,13 @@ check the list is empty otherwise shift the head to next node.
|
||||||
|
|
||||||
## Real Life uses of Linked List
|
## Real Life uses of Linked List
|
||||||
Music Player – Songs in the music player are linked to the previous and next songs. So you can play songs either from starting or ending of the list.
|
Music Player – Songs in the music player are linked to the previous and next songs. So you can play songs either from starting or ending of the list.
|
||||||
|
<br>
|
||||||
GPS navigation systems- Linked lists can be used to store and manage a list of locations and routes, allowing users to easily navigate to their desired destination.
|
GPS navigation systems- Linked lists can be used to store and manage a list of locations and routes, allowing users to easily navigate to their desired destination.
|
||||||
|
<br>
|
||||||
Task Scheduling- Operating systems use linked lists to manage task scheduling, where each process waiting to be executed is represented as a node in the list.
|
Task Scheduling- Operating systems use linked lists to manage task scheduling, where each process waiting to be executed is represented as a node in the list.
|
||||||
|
<br>
|
||||||
Speech Recognition- Speech recognition software uses linked lists to represent the possible phonetic pronunciations of a word, where each possible pronunciation is represented as a node in the list.
|
Speech Recognition- Speech recognition software uses linked lists to represent the possible phonetic pronunciations of a word, where each possible pronunciation is represented as a node in the list.
|
||||||
|
<br>
|
||||||
and more....
|
and more....
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue