File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
'''
22
Problem Statement
3-
Care hospital wants to know the medical speciality visited by the maximum number of patients. Assume that the patient id of the patient along with the medical speciality visited by the patient is stored in a list. The details of the medical specialities are stored in a dictionary as follows:
3+
Care hospital wants to know the medical speciality visited by the maximum number of patients.
4+
Assume that the patient id of the patient along with the medical speciality visited by the patient is stored in a list.
5+
The details of the medical specialities are stored in a dictionary as follows:
46
{
57
"P":"Pediatrics",
68
"O":"Orthopedics",

0 commit comments

Comments
 (0)