algorithms-implemented
Here are 394 public repositories matching this topic...
-
Updated
Oct 5, 2020 - Java
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist
- Added de
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Oct 5, 2020 - Go
-
Updated
Sep 8, 2020
-
Updated
Oct 5, 2020 - C++
-
Updated
Oct 5, 2020 - C++
-
Updated
Sep 30, 2020 - C++
-
Updated
Oct 4, 2020 - Mathematica
-
Updated
Mar 30, 2019 - Go
-
Updated
Oct 3, 2020 - C++
-
Updated
Dec 5, 2017 - Java
-
Updated
Aug 19, 2020 - TypeScript
-
Updated
Jul 9, 2018 - C
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Nov 17, 2017 - Python
0274 - H-Index
Description of the Problem
Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher's h-index.
According to the definition of h-index on Wikipedia: "A scientist has index h if h of his/her N papers have at least h citations each, and the other N − h papers have no more than h citations each."
Example:
Input: citati
-
Updated
Oct 20, 2019 - C++
-
Updated
May 31, 2020 - Java
-
Updated
Oct 4, 2020 - Java
-
Updated
Mar 8, 2018 - Swift
-
Updated
Dec 29, 2019 - Python
-
Updated
Oct 4, 2020 - C++
-
Updated
Sep 2, 2020 - Pascal
-
Updated
Jul 19, 2020 - JavaScript
-
Updated
Dec 5, 2019 - Python
-
Updated
Oct 1, 2017 - Python
Improve this page
Add a description, image, and links to the algorithms-implemented topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the algorithms-implemented topic, visit your repo's landing page and select "manage topics."
Many algorithms in Project Euler do not follow coding styles as mentioned by @dhruvmanila here, or even the standard coding guidelines.
Notes:
solutionfunctions (a lot of them aren't named as "solution")