Question
Discussion: Data Structures Programmers try to solve problems that occur in daily life, such as creating a to do list. There are many apps for
Discussion: Data Structures
Programmers try to solve problems that occur in daily life, such as creating a "to do" list. There are many apps for mobile devices that allow a user to keep track of tasks that need to be accomplished and other tasks that have been accomplished. A data structure will store that data. Choose a type of data that you might see in day-to-day life, such as a grocery list, a contact list, employee records, or stock prices. In your initial post:
Describe the day-to-day scenario that you chose.
Identify the type of data structure (array, vector, or linked list) that could best be used to store the data.
Explain why. Think about the speed of the operations when determining the data structure.
--------------------------------------------------------------------------------------------------
Hello All,
I am again going to choose getting to bed from the time to wake up. This process changes daily depending on which child needs to go where, if snow is falling (plowing), building maintenance, work, dinner etc; so each data point or process has to be fluid in movement where it is in the list. This is why I would choose a linked list as items can be added quickly, without having to shift the entire list.
Michael
Since data structures are used to store data in an organized form, and data is the most crucial entity in computer science, the true worth of data structures is clear.
In your response to your peer post, consider the following:
How would choosing a different data structure for the specified data affect the performance of an algorithm?
Why is choosing a data structure important?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started