Computer Science, asked by tiwaribhai994, 4 months ago

Given a huge list of Investors with id,
name, net worth, etc... Write an efficient
code for printing top k investors in the
list.
For example, if given list is - [Investor
A: (networth:20L), Investor B:
(networth:25L), Investor C:(networth: 10L),
Investor D:(networth:50L). Investor E:
(networth:30L)] and you are asked for the
largest 3 investors i.e., k = 3 then your
program should display Investors D, E and
B data.
Note: Using OOPs concept, proper data
structures, comments, logs, design
patterns or any other best practices to
make a readable and mantainable code would
be used for evaluation.

Answers

Answered by MzAbstruse
1

Answer:

It's too big to answer

can u search it on Google

Similar questions