Skip to content
#

HackerRank

hackerrank logo

HackerRank is a tech company that focuses on competitive programming challenges for both consumers and businesses, where developers compete by trying to program according to provided specifications. HackerRank's programming challenges can be solved in a variety of programming languages (including Java, C++, PHP, Python, SQL, JavaScript) and span multiple computer science domains. When a programmer submits a solution to a programming challenge, their submission is scored on the accuracy of their output. Programmers are then ranked globally on the HackerRank leaderboard and earn badges based on their accomplishments to drive competition among users.

Here are 41 public repositories matching this topic...

Oppia is an open-source platform for creating interactive educational content on Android. It uses AI algorithms to provide personalized feedback and adapt to each learner's abilities. Oppia enables teachers, educators, and content creators to build engaging and interactive lessons, assessments, and games, making learning more accessible

  • Updated Feb 13, 2023
  • Kotlin

The Z Algorithm is a linear-time string matching algorithm used to find all the occurrences of a pattern string in a text string. It uses a preprocessing step to create a Z array, which stores the length of the longest common prefix of the text and a suffix starting from a specific position.

  • Updated Feb 13, 2023
  • Kotlin

Prepare for coding interviews with the LeetCode Solution Android App. Practice your coding skills with solutions and explanations for various problems on LeetCode. Option to save and submit your own solutions.

  • Updated Feb 12, 2023
  • Kotlin

The Closest Pair of Points problem is a computational geometry problem in which the task is to find the two points in a set of points in a plane that are closest to each other. The solution to this problem has numerous applications in areas such as computer graphics, geographic information systems, and pattern recognition.

  • Updated Feb 8, 2023
  • Kotlin

Created by Vivek Ravisankar, Hari Karunanidhi

Released July 2009

Followers
120 followers
Organization
interviewstreet
Website
www.hackerrank.com
Wikipedia
Wikipedia

Related Topics

codechef competitive-programming