https://github.com/mkosir/store3binarysearchtree
Binary search tree data structure implemented in C programming language from scratch.
https://github.com/mkosir/store3binarysearchtree
c data-structures
Last synced: 7 months ago
JSON representation
Binary search tree data structure implemented in C programming language from scratch.
- Host: GitHub
- URL: https://github.com/mkosir/store3binarysearchtree
- Owner: mkosir
- Created: 2012-12-20T12:30:54.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T17:21:08.000Z (about 8 years ago)
- Last Synced: 2025-06-13T11:07:06.421Z (7 months ago)
- Topics: c, data-structures
- Language: HTML
- Homepage:
- Size: 8.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
