Discuss how asymptotic analysis can be used in understanding

Assignment Help Data Structure & Algorithms
Reference no: EM133682947

Data Structures and Algorithms

Aim & Objective

This coursework is designed to demonstrate the broad understanding and knowledge of the module, assessing, and evaluating the student's strength and level of analysis; divided into 4 Sections.

LO1 Examine abstract data types, concrete data structures, and algorithms
LO2 Specify abstract data types and algorithms in a formal notation
LO3 Implement complex data structures and algorithms
LO4 Assess the effectiveness of data structures and algorithms

Case Scenario

Data structures provide a means to manage large amounts of data efficiently for uses such as large databases and internet indexing services. Usually, efficient data structures are key to designing efficient algorithms. Some formal design methods and programming languages emphasize data structures, rather than algorithms, as the key organizing factor in software design. Data structures can be used to organize the storage and retrieval of information stored in both main memory and secondary memory. Primitive data structures like int, float, char, etc. are simple ways for programming languages to represent basic values but to store multiple values in a single variable, there is a need for nonprimitive data structures which include arrays, lists, stacks, trees, and so forth. The use of these data structures can also be employed using object-oriented programming languages like C# or Java, a class is a data structure that organizes attributes and functions in such a way that they can be easily replicated. In each case, the way the data is "structured" makes it easy to retrieve or manipulate.

You have been asked to write a report covering the points stated below in relation to ADTs and their management. You must also present your programming skills related to abstract data types using C#.

LO1

The implementation of a data structure usually requires writing a set of procedures that create and manipulate instances of that structure. The different form of data structure and its operations gives rise to the different application like Arrays, Stack, Queue, Linked Lists, graph data structure, Tree, Hash tables, etc. Understanding the above nature of data structure, you are required to produce a design specification for any three data structures explaining the valid operations that can be carried out on the structures. To implement and make use of Stack, you need to define its common operations and how it is used to implement function calls in a computer. To further test the use of Queue, you need to illustrate with an example of a concrete data structure for "First in First out" (FIFO) Queue and its common operations.

Sorting is a common operation in many applications, but efficient algorithms are selected and made used to develop the programs, therefore you are required to compare the performance of any two types of Sorting.
Visualizations are a powerful way to simplify and interpret the underlying patterns in data. The use of graphs is one such visualization technique. It is incredibly useful and helps businesses make better data-driven decisions. To present your understanding of the concepts of graphs, you need to present your findings on "Graph theory", by analysing any two networks' shortest path algorithms from Bellman Ford's Algorithm, Dijkstra's Algorithm & Floyd-Warshall's Algorithm.

LO2

In many modern days applications, Stacks are used for the undo buttons. The recent most changes are pushed into the stack. Even the back button on the browser works with the help of the stack where all the recently visited web pages are pushed into the stack. Making a note of the above concepts on the stack, you need to Identify an abstract data type for a First in Last out (FILO) - stack and its different associated functions and support with some programming examples. Based on the application of OOPS in data structures, you need to examine the advantages of encapsulation and information hiding when using an ADT. Present your views along with justification on why imperative ADTs is considered a basis for object orientation.

LO3
A college has asked you to produce a console-based application to store students' information and the course along with the grades in which they are studying. The application should have the following functionalities:

Add new student (student id, first name, last name, mobile number, email, course name, and course start date.)
Add 3 departments (e.g., Business, Health Care and Computing, etc). You could add options to add other departments.
Remove student's record based on ID or Phone number
Search student record based on phone number, ID, or course name.
Display all student's ID, first name, last name based on the course enrolled in.
Update any student's details and their grades.

Create your data structure for the above problem and using Array, List, or Linked list as a base data storage, create and develop the application in C#. Your built application could implement encapsulation, Inheritance, and polymorphism.
Note: The above illustrations provided are just an initial outline. You could analyse, plan, and design the application in your way.
In your built application, you should implement error-handling measures in your programming code and demonstrate its use in your assignment. To further support your findings, you should demonstrate your implementation of the data structure and the methods for solving the above problem by providing screenshots and test cases of each output. Once you have implemented the above program, you need to evaluate the complexity of your implemented ADT/algorithm critically.

LO4

To evaluate your built application, you need first to discuss how Asymptotic analysis can be used in understanding the complexity of algorithms with an example. To measure the efficiency of your developed application, determine two ways in which you can measure its efficiency, illustrating your answer with an example. While writing code on any problem, sometimes we need to sacrifice time over space or vice versa, you need to Interpret "what is trade-off" with one example to support your answer (you can take any part/ section of your programming code in your built application to justify your arguments). In addition, you could also evaluate three benefits of using and implementing independent data structures in your built applications to present your overall understanding of ADT.

Reference no: EM133682947

Questions Cloud

Heated discussion with bartender over politics : Drummond, a customer in a bar, gets into a heated discussion with bartender (Bob) over politics. Bob gets very angry and throws a glass of scotch at Drummond
Describe advantages of a sole proprietorship and partnership : Describe advantages of a sole proprietorship and partnership in the scenario. Which form of organizational structure do you personally think is best for Jeremy?
Discuss the tools that the fed uses to adjust money growth : Discuss the tools that the Fed uses to adjust money growth. Be sure to integrate the responsibilities or functions of the Fed into your response.
What connection can you identify between the four principles : What connections can you identify between the four principles of conscious capitalism and the Christian concept of putting others before oneself?
Discuss how asymptotic analysis can be used in understanding : Unit 19 Data Structures and Algorithms, BTEC Higher National Diploma (HND) in Computing - Demonstrate the broad understanding and knowledge of the module
What additional steps do you think coach should have taken : What additional steps do you think the coach should have taken based on the Johari Window that might have improved the outcome?
Describe example of occurrence : Describe an example of an occurrence and discuss where your school/school district, etc., took action, created policy, etc.,
Which of four leadership styles do you think is most useful : Which of the four leadership styles do you think is most useful to the scenario you selected? Explain your rationale for your leadership style selection.
Family class members must be treated equally : We believe that all family class members must be treated equally. The current act essentially recognizes a nuclear family concept.

Reviews

len3682947

4/25/2024 11:14:57 PM

Hello,I am repeating data Structure , Please i want total attention to details this time Please i need expert who has data structure knowledge extensively

Write a Review

Data Structure & Algorithms Questions & Answers

  Implement an open hash table

In this programming assignment you will implement an open hash table and compare the performance of four hash functions using various prime table sizes.

  Use a search tree to find the solution

Explain how will use a search tree to find the solution.

  How to access virtualised applications through unicore

How to access virtualised applications through UNICORE

  Recursive tree algorithms

Write a recursive function to determine if a binary tree is a binary search tree.

  Determine the mean salary as well as the number of salaries

Determine the mean salary as well as the number of salaries.

  Currency conversion development

Currency Conversion Development

  Cloud computing assignment

WSDL service that receives a request for a stock market quote and returns the quote

  Design a gui and implement tic tac toe game in java

Design a GUI and implement Tic Tac Toe game in java

  Recursive implementation of euclids algorithm

Write a recursive implementation of Euclid's algorithm for finding the greatest common divisor (GCD) of two integers

  Data structures for a single algorithm

Data structures for a single algorithm

  Write the selection sort algorithm

Write the selection sort algorithm

  Design of sample and hold amplifiers for 100 msps by using n

The report is divided into four main parts. The introduction about sample, hold amplifier and design, bootstrap switch design followed by simulation results.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd