Various Programs demonstrating the programming logic of Stacks using Pointers.
This Program prompts a user to enter two lists of numeral values which are stored in separate stacks. The program will then order the values, and merge the lists together using C's malloc function.
Program which determines if a user entered word is a palindrome, by pushing the characters into a stack and analysing them.
This Program will iterate through a stack until reaching the final link, before recursively printing each value until all values are popped off the stack.
Similar to recursive_print.c, this Program will iterate through a Stack, and return the first value matching the user's search input.
Pushes a user entered sentence of characters onto a stack, before pushing them out (reversing the order).
See Install, Compile and Run instructions here.
Andrew Colbeck © 2018
B.Sc. Computer Science, B.A. Audio Engineering (Hons)
follow: