When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. LeetCode - Wikipedia

    en.wikipedia.org/wiki/LeetCode

    LeetCode LLC, doing business as LeetCode, is an online platform for coding interview preparation. The platform provides coding and algorithmic problems intended for users to practice coding . [ 1 ] LeetCode has gained popularity among job seekers in the software industry and coding enthusiasts as a resource for technical interviews and coding ...

  3. Competitive programming - Wikipedia

    en.wikipedia.org/wiki/Competitive_programming

    Polish online judge system which provides a lot of problems for training, and provides a platform for other organizers to host their programming contests. Topcoder [ 19 ] [ 17 ] US resource and company, which organizes contests and also provides industrial problems as a kind of free-lance job; it offers dozens of short contests and several long ...

  4. Codeforces - Wikipedia

    en.wikipedia.org/wiki/Codeforces

    He has used Codeforces problems in his class, 15-295: Competition Programming and Problem Solving. [20] At the National University of Singapore , Codeforces rating is also used as an entrance qualifying criterion for registering for a 4-unit course, CS3233 Competitive Programming, as students have to achieve a rating of at least 1559 to be able ...

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

  6. Coding interview - Wikipedia

    en.wikipedia.org/wiki/Coding_interview

    A coding interview is intended to seek out creative thinkers and those who can adapt their solutions to rapidly changing and dynamic scenarios. [citation needed] Typical questions that a candidate might be asked to answer during the second-round interview include: [7] Design a GPS navigation unit for a hiker.

  7. Change-making problem - Wikipedia

    en.wikipedia.org/wiki/Change-making_problem

    This is not the case for arbitrary coin systems or even some real world systems, though. For instance, if we consider the old (now withdrawn) Indian coin denominations of 5, 10, 20 and 25 paise, then to make 40 paise, the greedy algorithm would choose three coins (25, 10, 5) whereas the optimal solution is two coins (20, 20).

  8. Dining philosophers problem - Wikipedia

    en.wikipedia.org/wiki/Dining_philosophers_problem

    The problem was designed to illustrate the challenges of avoiding deadlock, a system state in which no progress is possible. To see that a proper solution to this problem is not obvious, consider a proposal in which each philosopher is instructed to behave as follows: think unless the left fork is available; when it is, pick it up;

  9. Secretary problem - Wikipedia

    en.wikipedia.org/wiki/Secretary_problem

    One important drawback for applications of the solution of the classical secretary problem is that the number of applicants must be known in advance, which is rarely the case. One way to overcome this problem is to suppose that the number of applicants is a random variable N {\displaystyle N} with a known distribution of P ( N = k ) k = 1 , 2 ...