Skip to main content

Posts

Showing posts with the label CS301 GDB

CS301 Data Structure GDB No. 1, Fall 2013, Due Date: February 11, 2014

Opening Date: Monday, February 10, 2014 Closing Date: Tuesday, 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 Question: "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." Instructions: A concise, coherent and to the point answer is preferred over lengthy comment having irrelevant details. Answers, posted on regular Lesson's MDB or sent through email will NOT be con...