Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 323 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 323 Bytes

Queue & Stack project with an implementation of the OOP paradigm in C.

Project for teaching the basics of data structures.

Note: The project contains the main non-library functionality for working with data structures such as stack and queue. The project uses the object-oriented programming paradigm in C.