Skip to content

Latest commit

History

History
24 lines (17 loc) 路 1.14 KB

File metadata and controls

24 lines (17 loc) 路 1.14 KB

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".