Add h index (#8036)

This commit is contained in:
Alexander Pantyukhin
2023-05-17 04:21:16 +04:00
committed by GitHub
parent 3dc143f721
commit 61cfb43d2b
2 changed files with 72 additions and 0 deletions

View File

@@ -712,6 +712,7 @@
* [Gauss Easter](other/gauss_easter.py)
* [Graham Scan](other/graham_scan.py)
* [Greedy](other/greedy.py)
* [H Index](other/h_index.py)
* [Least Recently Used](other/least_recently_used.py)
* [Lfu Cache](other/lfu_cache.py)
* [Linear Congruential Generator](other/linear_congruential_generator.py)