karthikraja001 / CD-Shop-Management

CD Shop management Using Data Structures Concepts (arrays, queues, linked list, searching and sorting) in c programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Concepts (arrays, queues, linked list, searching and sorting) in c programming language

License:MIT License


Languages

Language:C++ 50.0%Language:C 50.0%