Problem #1472 Design Browser History Presentation
Problem #1472 Design Browser History Presentation
Gael Santos
What was the task?
The forward and back functions So what I did was make it a while loop with
way where any amount of steps ● The first being steps > 0, and I will
between 1 to 100 (inclusive) would be decrement steps after each loop
allowed. ● The second being that the pointer
variable in the Node is not a nullptr
The issue with this is avoiding null
pointer errors while looping through This allows the loop to stop at a Node that