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

https://github.com/bpavan16/generic-data-structures-in-c

In this project we implemented essential data structures like stacks, queues, and linked lists in the C programming language using pointer manipulation,
https://github.com/bpavan16/generic-data-structures-in-c

c-programming datastructures-algorithms function-pointers implementation-of-data-structures pointers-and-references

Last synced: about 2 months ago
JSON representation

In this project we implemented essential data structures like stacks, queues, and linked lists in the C programming language using pointer manipulation,

Awesome Lists containing this project

README

        

# Generic-Data-Structures-in-C
* This project contains the generic implementation of essential data structures like stacks, queues, and linked lists in the C programming language using pointer manipulation
* It also contains a test program as a interface to test the working of the implemented data structures