Posts by Alex Alan • 11 points
1 post
-
1
votes2
answers654
viewsA: How to remove last element from a chained list using position?
Well, come on. I’m assuming it’s a simple chained list. I’ll tell you the logic: Within the method that will receive an n value, you will: 1. Check that the list is not empty 2. If you have made an…