Skip to content

giovaneneves7/Data-Structures-Project-Book-Library-with-Queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Data Structure with Queue 📕📗📘


Data Structure project in C that manages the registration of books.


1. The System Adds, Removes and Prints books in the Queue:

image

The System has 3 options, the data present in the Book structure are: Book Name, Author Name, Publication Date, ISBN and Print Number.

2. FIFO:

image

When the "remove" option is selected, the data from the removed book is returned. The book removed will always be the one that entered the queue first, respecting FIFO (First In, First Out).

3. Main Functions of the Queue:

image


📖This project can be used for study purposes. Feel free to contribute to it.

There are spelling errors in some code that will be corrected soon:

"ISBN" is written as "IBSN".

"Publication Date" is written as "Publicatio Date".

About

C project using the Queue Data Structure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages