Friday, 7 February 2014

Data Structures CS301 Graded Discussion Board February 10, 2014

GDB Announcement Dated: Feb 03, 14
Dear Students!

Graded Discussion Board (GDB) will be launched on Monday, February 10, 2014 and it will close onTuesday, February 11, 2014.
GDB Scenario: Let us consider that you are a developer in a company. Your company asks you to develop an application for a data GRID station. Data GRID station is situated in NIPS (National Institute of Physical Sciences). Purpose of application is to receive the data from data GRID station once in a week between 10 A.M to 10:30 A.M and then store it into a data structure. The data that comes from data GRID station is in the form of sorted digits. The sorted data can be in ascending or descending order.
GDB Questions:
If your concern is fast and efficient searching then which data structure you will choose to store the data? Give reasons to justify your selected data structure.