This is educational project to learn data structures in C
Svetlana Kuznetsova
Alexander Stepikin
MS Visual Studio 2017
| Developer | Tasks |
|---|---|
| Svetlana Kuznetsova | 1.2 Single-linked list test |
| 1.4 Brackets | |
| 1.8 Binary tree | |
| 1.13 Check tree | |
| Alexander Stepikin | 1.1 Single-linked list implementation |
| 1.3 Double-linked list | |
| 1.9 Traverse tree | |
| 1.12 AVL tree |
Singly linked list
- Slist.c - implementation
- Slist.h - header
- Slist_test.c - testing
Doubly linked list
- dlist.c - implementation
- dlist.h - header
Brackets
- Brackets.c - implementation (on stack)
- Brackets.h - header
Binary Search Tree
- bst (1).c - implementation
- bst (1).h - header
- traverse.c - implementation of traverse function (1.9)
- check_tree.c - implementation of check_tree function (1.13)
AVL-tree
- AVL.c - AVL-tree implementation for noteook task (1.12)
- AVL.h - header
We are working in MS Visual Studio 2017. The compiler is built in.
Link: https://github.com/IQAndreas/markdown-licenses