Health.Zone Web Search

Search results

  1. Results from the Health.Zone Content Network
  2. HackerRank - Wikipedia

    en.wikipedia.org/wiki/HackerRank

    HackerRank. HackerRank is a technology company [1] that focuses on competitive programming challenges for both consumers and businesses. Developers compete by writing programs according to provided specifications. [2] [3] HackerRank's programming challenges can be solved in a variety of programming languages (including Java, C++, PHP, Python ...

  3. Competitive programming - Wikipedia

    en.wikipedia.org/wiki/Competitive_programming

    Competitive programming or sport programming is a mind sport involving participants trying to program according to provided specifications. The contests are usually held over the Internet or a local network. Competitive programming is recognized and supported by several multinational software and Internet companies, such as Google [1] [2] and Meta.

  4. Gennady Korotkevich - Wikipedia

    en.wikipedia.org/wiki/Gennady_Korotkevich

    Gennady Korotkevich ( Belarusian: Генадзь Караткевіч, Hienadź Karatkievič, Russian: Геннадий Короткевич; born 25 September 1994) is a Belarusian competitive sport programmer who has won major international competitions since the age of 11, as well as numerous national competitions. His top accomplishments ...

  5. LeetCode - Wikipedia

    en.wikipedia.org/wiki/LeetCode

    LeetCode is an online platform for coding interview preparation. The service provides coding and algorithmic problems intended for users to practice coding. LeetCode has gained popularity among job seekers and coding enthusiasts as a resource for technical interviews and coding competitions.

  6. Codeforces - Wikipedia

    en.wikipedia.org/wiki/Codeforces

    Launched. April 10, 2009. ( 2009-04-10) Current status. Active. Codeforces ( Russian: Кодефорсес) is a website that hosts competitive programming contests. [1] It is maintained by a group of competitive programmers from ITMO University led by Mikhail Mirzayanov. [2] Since 2013, Codeforces claims to surpass Topcoder in terms of active ...

  7. Topcoder - Wikipedia

    en.wikipedia.org/wiki/TopCoder

    Topcoder (formerly TopCoder) is a crowdsourcing company with an open global community of designers, developers, data scientists, and competitive programmers. Topcoder pays community members for their work on the projects and sells community services to corporate, mid-size, and small-business clients. [1] [2] [3] Topcoder also organizes the ...

  8. Hacker News - Wikipedia

    en.wikipedia.org/wiki/Hacker_News

    Hacker News. Hacker News ( HN) is a social news website focusing on computer science and entrepreneurship. It is run by the investment fund and startup incubator Y Combinator. In general, content that can be submitted is defined as "anything that gratifies one's intellectual curiosity." [1]

  9. Maximum subarray problem - Wikipedia

    en.wikipedia.org/wiki/Maximum_subarray_problem

    In this case, the array from which samples are taken is [2, 3, -1, -20, 5, 10]. In computer science, the maximum sum subarray problem, also known as the maximum segment sum problem, is the task of finding a contiguous subarray with the largest sum, within a given one-dimensional array A [1...n] of numbers. It can be solved in time and space.