Skip to content

cd shop management using data structures concept (arrays, queue, linked list, searching and sorting) in c language

License

Notifications You must be signed in to change notification settings

codervignesh/cd-shop-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license GitHub language count


CD-Shop-Management

CD Shop management Using Data Structures Concepts (Arrays, Queues, Linked List, Searching and Sorting) Using C Programming Language
(Works on both C and C++)

VERSION 1.0

CD shop management using data structures concept (queue, linked list) in c language (Works on both C and C++)

ABSTRACT:

  • To create a movie(cd) shop management using queues and linked list.
  • Linked list concept in data structure is used to include available movies to the store
  • And, queue is used to manage the customers coming to the store.

VERSION 2.0

CD shop management using data structures concept (arrays, linked list, searching and sorting) in c language

ABSTRACT:

  • To create a movie(cd) shop management using arrays and linked list.
  • Linked list concept in data structure is used to include available movies to the store.
  • And, arrays is used to manage the customers coming to the store.
  • Sorting technique is used to arrange the details of the customers in ascending and descending orders with respective to token number, name of the customer, no of movies purchased, and total amount.
  • Searching technique is used to find the details of specific customer by using their name or token number.

CREDITS

Karthik Raja GitHub followers

alt textalt text

Vignesh.R GitHub followers

alt text

About

cd shop management using data structures concept (arrays, queue, linked list, searching and sorting) in c language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages