Module2_CodeReflection_and_FlowChart

.docx

School

Southern New Hampshire University *

*We aren’t endorsed by this school

Course

CS-210

Subject

Computer Science

Date

Feb 20, 2024

Type

docx

Pages

3

Uploaded by CoachTree4507

Report
2-3 Assignment: Linked Lists Zachary Bowen Department of Computer Science, Southern New Hampshire University CS-300-H2987 DSA: Analysis and Design 23EW2 Professor David Ostrowski October 31, 2023 Linked List Assignment The requirements for the assignment were to create a menu with these items. 1. Enter a Bid 2. Load Bids 3. Display All Bids 4. Find Bid 5. Remove Bids 9. Exit We were given 5 main files, LinkedList.cpp, CSVparser.cpp, CSVparser.hpp and two .csv files. Labeled within the LinkedList.cpp were sections where we were to code functionality for the above menu. This assignment was much more difficult than the previous assignment. There were some quirks that I needed help figuring out why that was happening. If I loaded the bids by Item number 2, pressed again it doubled the number of bids. Another learning was that I should not hard code the find bid, the functionality should be a request for the bidId or bidkey and then do the search and print result. One more learning even though we were instructed to have no output for Item Number 5, there really should be a prompt for the user to enter the ID number, and confirm that it was
removed. This project was straightforward working in tandem with the exercises from Zybooks. Most of my troubleshooting time was on Visual Studio 2019 itself. Linked List Flow Chart
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help