Question: c++ help Let's say I have a Linear Linked List that holds a dynamic array for days of operation ex M-W-TH/0 and a store name
c++ help Let's say I have a Linear Linked List that holds a dynamic array for days of operation ex "M-W-TH/0" and a store name and I want to display all stores that are open on a certain user entered day like "TH" (stored in a static array). How would I sort through the dynamic array to find the matching days? For background: only allowed to use #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
