Primary Task Response: Within the Discussion Board area, write 400600 words that respond to the following questions with your thoughts, ideas, and comments. This will be the foundation for future discussions by your classmates. Be substantive and clear, and use examples to reinforce your ideas.
Throughout your career, you have seen and used many different data structures. Each can be used to solve problems in specific ways, and many problems can be solved using any number of solutions. The manager at the zoo you work at would like to get a better understanding of your approach to tracking fundraising efforts. You have decided to use a linked list to store the data.
Primary Task Response: Within the Discussion Board area, write 400600 words that respond to the following questions with your thoughts, ideas, and comments. This will be the foundation for future discussions by your classmates. Be substantive and clear, and use examples to reinforce your ideas.
After you have loaded your data, you start to think about retrieval of the data, and how you can find the information for a specific contributor in a quick fast and efficient manner.
Primary Task Response: Within the Discussion Board area, write 400600 words that respond to the following questions with your thoughts, ideas, and comments. This will be the foundation for future discussions by your classmates. Be substantive and clear, and use examples to reinforce your ideas.
You have just finished a high-level requirements review with your boss. You described your program's ability to store the information and explained that you created an efficient manner to find a contributor based on the ID field. However, your boss asked how easy is it to find a contributor by name, and this is something you had admittedly not thought of until now. You decide that you want to sort your linked list, but are debating the approach you want to take.