Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 444 Bytes

File metadata and controls

9 lines (9 loc) · 444 Bytes

Parking system using linked list concept in python

This console application will maintain record of different vehicles. User will enter vehicle number, name and parking price. This application will hold record with parking time and exit time. If vehicle will park second time then this will take only vehicle number and change status exit to entered.

Method

  1. Data structures
  2. linked list

Language

Python

Tool

Pycharm