ProgBiss / Pile-File

Stack/Queue library in C (french)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pile-File

Librairie implémentant une pile et une file qui permet de "stocker" plusieurs données. Je l'ai créé à l'aide de la librairie de liste liée de mon professeur. Il y a aussi quelques tests.


Library who implement a stack and a queue who let you stock some data in it. I create that with my teacher's linked list library. There is also some tests.

My code is in french because it was for a school project (and i'm from Québec, so we need to use french :) ). Oh and i don't want to retranslate all my README that I have done 2 years ago... They are kinda long :P.

About

Stack/Queue library in C (french)

License:MIT License


Languages

Language:C 77.2%Language:Makefile 9.7%Language:Python 6.6%Language:C++ 6.5%