Calculate Cost HackerEarth Solution by HemantMarch 13, 2022Problem You are given the prices of N items. You need to remember all the distinct prices. The problem is you can remember at most k distinc...Read More
The Abandoned City - Hackerearth Solution by LPU ProgramsMarch 13, 2022 The Abandoned City - C++ Solution Problem Statement You bought a virtual reality glasses. There is only one game installed to it called...Read More
What is the output of the following Python 3 code?(HackerEarth) by HemantMarch 13, 2022 class operations: def __init__(self): self.name=[" ", "Bob", "Rebecca", "Clint", ...Read More
What is the output of the following Java 8 code? (HackerEarth) by HemantMarch 13, 2022interface LangFunction { void callMe(); } class HackerEarth{ public static void main(String args[]) { String str = "Hacking"; Lang...Read More