Skip to content

stalex2902/DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data structures project

This is educational project to learn data structures in C

Authors

Svetlana Kuznetsova
Alexander Stepikin

Environment

MS Visual Studio 2017

Tasks

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

Files

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

How to compile

We are working in MS Visual Studio 2017. The compiler is built in.

Licenses

Link: https://github.com/IQAndreas/markdown-licenses

About

Implementation of basic data structures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages