Application of Data Structure
Application of Data Structure
1. Arrangement of the leader-board of a game can be done simply through arrays to store
the score and arrange them in descending order to clearly make out the rank of each
player in the game.
2. A simple question Paper is an array of numbered questions with each of them assigned
some marks.
3. 2D arrays, commonly known as, matrices, are used in image processing.
4. It is also used in speech processing, in which each speech signal is an array.
5. Your viewing screen is also a multidimensional array of pixels.
6. Book titles in a Library Management Systems.
7. Online ticket booking.
8. Contacts on a cell phone.
9. For CPU scheduling in computer.
10. To store the possible moves of chess on a chessboard.
11. To store images of a specific size on an android or laptop.