Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeepway/stack-c-polymorphism

This project implements a stack using function pointers in C to simulate polymorphism. The stack supports common operations such as push, pop, top and so on.
https://github.com/jeepway/stack-c-polymorphism

array c c-language dynamic-size polymorphism pop push stack stack-array

Last synced: 27 days ago
JSON representation

This project implements a stack using function pointers in C to simulate polymorphism. The stack supports common operations such as push, pop, top and so on.

Awesome Lists containing this project