Posts by user144352 • 11 points
1 post
-
0
votes1
answer371
viewsQ: How to simulate Stack with chained list in C?
I’m trying to create a program that checks a certain sequence and returns whether it is well formed or poorly formed. I’d like to make the chained list behave like a pile, but I’m having trouble…