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. 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 ...

  4. 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.

  5. Gayle Laakmann McDowell - Wikipedia

    en.wikipedia.org/wiki/Gayle_Laakmann_McDowell

    Gayle Laakmann McDowell. Gayle Laakmann McDowell (born 1982) [1] is a founder, software engineer, and author. [3] She is known for a career development book, Cracking the Coding Interview. [4]

  6. List of employment websites - Wikipedia

    en.wikipedia.org/wiki/List_of_employment_websites

    HackerRank: India and international General IAESTE: International Students in technical fields Non-profit, based in Luxembourg Indeed.com: U.S. and international General Acquired by Recruit: Insidetrak: Australia General Content aggregator. Part of Glassdoor.com Internshala: India Students, recent graduates, internships Jobindex: Denmark General

  7. 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]

  8. Vinod Khosla - Wikipedia

    en.wikipedia.org/wiki/Vinod_Khosla

    He is an advisor for HackerRank, a website for competitive coding. He is also one of the founders of TiE, The Indus Entrepreneurs, and has guest-edited a special issue of The Economic Times, a business newspaper in India. In 2009, he was awarded Champions of the Earth by the UNEP for in the Entrepreneurial Vision category for India.

  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.