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,
- Host: GitHub
- URL: https://github.com/bpavan16/generic-data-structures-in-c
- Owner: bPavan16
- Created: 2023-10-29T12:42:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T13:21:26.000Z (6 months ago)
- Last Synced: 2025-02-15T16:49:32.548Z (3 months ago)
- Topics: c-programming, datastructures-algorithms, function-pointers, implementation-of-data-structures, pointers-and-references
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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