Skip to main content

2 docs tagged with "Counting Sort"

View all tags

H-Index (LeetCode)

Given an array of integers citations where citations[i] is the number of citations a researcher received for their ith paper, return the researcher's h-index.

Height Checker

Given an array heights, return the number of indices where heights[i] != expected[i].