An open API service indexing awesome lists of open source software.

https://github.com/mkosir/store2doublylinkedlist

Doubly linked list data structure implemented in C programming language from scratch.
https://github.com/mkosir/store2doublylinkedlist

c data-structures

Last synced: 7 months ago
JSON representation

Doubly linked list data structure implemented in C programming language from scratch.

Awesome Lists containing this project

README

          

## Store 2 - Doubly Linked List
Program written with three different data structures from scratch. Store 2 is implemented using doubly linked list.

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 2 - Doubly Linked List](http://www.planetsourcecode.com/Upload_PSC/ScreenShots/PIC20075211731133815.JPG "Store 2 - Doubly Linked List")