mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
Add h index (#8036)
This commit is contained in:
committed by
GitHub
parent
3dc143f721
commit
61cfb43d2b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user