malikalhack / Queue_Stack_OOP_C

A project to teach the basics of data structures with the implementation of the object-oriented programming paradigm in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A project to teach the basics of data structures with the implementation of the object-oriented programming paradigm in C.

License:MIT License


Languages

Language:C 100.0%