muregii / codeKenya

10 stars 14 forks source link

Add Python solution for calculating H-Index (LeetCode problem 274) #53

Closed aTfure closed 4 months ago

aTfure commented 4 months ago

Description: I have implemented a Python solution for LeetCode problem 274, which calculates a researcher's H-Index based on their citation counts. The solution is provided in the file h_index_solution.py within the 0274-h-index folder.

The README file (README.md) provides an overview of the problem statement, solution approach, and constraints.