https://github.com/rcasanovan/linked-queue
Linked queue using C language
https://github.com/rcasanovan/linked-queue
c c-language linked-queue pointers queue
Last synced: about 1 year ago
JSON representation
Linked queue using C language
- Host: GitHub
- URL: https://github.com/rcasanovan/linked-queue
- Owner: rcasanovan
- License: apache-2.0
- Created: 2019-05-04T20:57:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T20:01:11.000Z (almost 7 years ago)
- Last Synced: 2025-01-18T01:43:48.278Z (about 1 year ago)
- Topics: c, c-language, linked-queue, pointers, queue
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linked queue using C language
## Steps
* Download [gcc](https://gcc.gnu.org/install/binaries.html).
* Open the terminal.
* Use the following comand in order to compile the .c file: ***gcc -Wall -Werror -o exit linkedQueue.c***
* Run the executable file using the following comand: ***./exit***
* Enjoy.