Explanation of the tool and it's purpose. Be Brief and say it concisely in a sentence
Tree based data structure used to manage min and max elements **********
The lowest values are prioritized/stay. Value of each node is less than or equal to the val of its children **********
The highest values prioritized/stay. Value of each node is more than or equal to the val of its childen
**********
Counter: part of the collections
library. Create a dictionary of keys = array_element and values = Number_of_repeated_apearances
collections.counter(<array>)
**********
heapq.heappushpop(heap, item)
heapq.heappush(heap, item)
heapq.heapop(heap)
heapq.heapify(list)
**********
``
-
**********
``
-
**********
``
-
**********
What does the config do
Config example and definition of each term
**********
- steps
- step
- step
**********