Yahoo India Web Search

Search results

  1. Feb 6, 2023 · Hello Guys, Here is the Solution of Viral Advertising in Hackerrank using Javascript.#hackerranksolutions #hackerrank #hackerrankpush #javascript

    • 1 min
    • 37
    • Simple Coding
  2. HackerLand Enterprise is adopting a new viral advertising strategy. When they launch a new product, they advertise it to exactly 5 people on social media. On the first day, half of those 5 people (i.e., floor (5/2) = 2 ) like the advertisement and each shares it with 3 of their friends. At the beginning of the second day, floor (5/2)*3 = 2*3 ...

  3. this repo includes solutions of some competitive coding platforms such as Hackerrank, code chef, Leetcode, Interview bit - python-solutions/Viral Advertising Hackerrank.py at master · surbhimgr/pyt...

  4. Jun 23, 2020 · Function Description. Complete the designerPdfViewer function in the editor below. It should return an integer representing the size of the highlighted area. designerPdfViewer has the following parameter (s): h: an array of integers representing the heights of each letter. word: a string. Input Format.

  5. Solution for "Viral Advertising" at Hackerrank. GitHub Gist: instantly share code, notes, and snippets.

  6. Oct 10, 2017 · An advertising company sends an advertisement to 5 people. Half of these people (rounding down) will “like” the advertise and show it to 3 friends. The other half with delete the advertisement. Of the next group of people that see the advertisement, the same thing happens. Half will “like” it and show it to 3 friends, and half will ...

  7. Dec 22, 2016 · Hackerrank – Problem Statement. A description of the problem can be found on Hackerrank. Solution. For each day calculate how many people like the advertisement. Use the formula from problem description. Then sum all people. I created solution in: Scala; Java; JavaScript; Ruby; All solutions are also available on my GitHub. Java

  1. People also search for