Q. How to find second topmost repeated string in paragraph using any programming language?
ANS:- using HashMap we can store string's as a key and its occurrence as a value and after that we can return highest repeated occurrence as a value. in this video i was given a full explanation of its
ANS:- using HashMap we can store string's as a key and its occurrence as a value and after that we can return highest repeated occurrence as a value. in this video i was given a full explanation of its