OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.53k stars 3.67k forks source link

Added minHeap.py Data Structure Algorithm #6716

Closed AlecNesatColak closed 8 months ago

AlecNesatColak commented 9 months ago

Fixes issue:

Fixes issue #123 (Hypothetical Issue: Min Heap not handling negative numbers correctly).

Changes:

AlecNesatColak commented 8 months ago

I saw a maxHeap implementation. I don't see a minHeap if you could guide me to its repository location. But also I can create and submit a Java implementation regardless.