Skip to content

mkosir/store3binarysearchtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store 3 - Binary Search Tree

Program written with three different data structures from scratch. Store 3 is implemented using binary search tree.

Files included:

  • products.txt - sample database
  • codes.txt - codes for products
  • main.h & main.c - core
  • product.h & product.c - general functions for working with products
  • file.h & file.c - functions for working with files
  • utils.h & utils.c - utilities functions

Tested/Compiled - Windows XP/Microsoft Visual Studio 2005

Store 3 - Binary Search Tree

About

Binary search tree data structure implemented in C programming language from scratch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published