Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 602 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 602 Bytes

MIPT.C

This is educational project to learn C

Authors

Skorik Sergey
Philippov Konstantin

Environment

Qt Creator

Tasks

Developer Task
Skorik Sergey Single-linked list implementation
Philippov Konstantin Single-linked list testing

Files

slist - directory for single linked list
slist/slist.c - single linked list implementation
slist/slist.h - single linked list header
slist/slist_test.c - single linked list usage