Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 426 Bytes

File metadata and controls

12 lines (8 loc) · 426 Bytes

Implementation-of-Linked-list-in-C

Implementation of Book Store Management problem as a linked list practice in C

Features include:

  1. Display Books and details
  2. Purchase
  3. Add Books to Stock( for Admin)

The problem is a basic and crude implementation which include separate linked lists for specific genre of books.

This project is solely for the practice of linked lists in c and not for practical puposes XD