Explore Westonci.ca, the top Q&A platform where your questions are answered by professionals and enthusiasts alike. Join our platform to connect with experts ready to provide precise answers to your questions in different areas. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

A hospital that is technologically well equipped and everything is being managed well in a smooth way. The massive routine administrational activities, routine patient admissions and investigations are carried out on a frequent basis. Mainly this hospital treats psychologically ill and paralysed patients. Always there remains a very high ratio of these patients for their follow-up visits as compared to new admissions. Due to heavy and large-scale provision of services, there remains a problem to manage the patient’s appointment for revisit whose treatment duration is long. Because of this high threshold of revisits/follow-up patients, the system needs to be optimized to perform efficiently. For this purpose, they need a system upgrade which could make a fast search of the recent patients for giving them the follow-up/revisit time. The system must have smooth performance, efficient memory usage and manipulations (insertion, deletion, search) of data.From doubly linked list and singly linked list data structures which data structure(s) you will choose for the upgradation of the system? Select data structure(s) answer in 7-8 please

Sagot :

The type of data structures which can be used to manage the hospital is:

  • Hash table(hash map)

What is Data Structures?

This refers to the special process of collection , organisation of complex data for the purposes of efficient retrieval and use.

There are four main types of data structures and they include:

  1. Linear
  2. Tree
  3. Hash
  4. Graphs

With this in mind, we can see that the hash table would be best used to organise data for the hospital so that it can be easily retrieved and used.

Some advantages of using the hash method includes:

  • It allows for quick update and data retrieval in real time
  • The efficiency of the system does not depend on the size of the data
  • It enables enhanced security as it is protected by encryption.

Read more about data structures here:

https://brainly.com/question/24268720