SiddharthaAnand / datastructures

Data structures Problem Solving Algorithms
19 stars 65 forks source link

Added code to find minimum number of ropes using heaps #56

Closed shraiyya closed 3 years ago

shraiyya commented 3 years ago

The medium level question is solved using heaps in python.

SiddharthaAnand commented 3 years ago
  1. Please add subsequent question and brief approach in the heap/README.md.
  2. If not present, then create one and add it. Marking this as invalid till then.
  3. Add a test case method and how to run your code in the README.md

Once this is done, will remove the invalid label.

shraiyya commented 3 years ago

Added the readme.md