Hi Friends,
Can you please help me write 3 functions in C++.
It's based on a 2 dimensional linked-list
The 3 functions that i have left to write are:
1.get_data: If data retrieval is successful return true otherwise return false.
2. update_data: This function updates the data located in the specified row and column of the linked list and above, returns true if data update is successful and returns false otherwise.
3. remove_data: This function removes a node located in the specified row and column from the linked list. If the node does not exist then return false other wise
remove the node and return true.
Attached is the project that i have managed to complete with the help of my tutor.
Can any one help me please, this will give me a bonus 5% in my course work.
Thank you.