Question: Construct an algorithm [in comment lines) and write a python program using user defined method [Salary_YourRegistration Number] which takes a List[List of dictionaries] to find

![using user defined method [Salary_YourRegistration Number] which takes a List[List of dictionaries]](https://s3.amazonaws.com/si.experts.images/answers/2024/09/66d889d24dab2_08966d889d1f0555.jpg)
Construct an algorithm [in comment lines) and write a python program using user defined method [Salary_YourRegistration Number] which takes a List[List of dictionaries] to find out the person who gets second highest and second lowest salary respectively. For example: t Input [{"id":1001,"name":"abc", "salary":10000},{"id":1002,"name":"def","salary":80000},{"id":1003,"name":"ghi","salary":100000}] Result :] 1002 1002
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
