#include "json.hpp" void insert(int k); void removeMax(); void removeKey(); void change(int*, int*); // helpful functions void heapifyUp(); void heapifyDown(); nlohmann::json JSON(); // other required functions (for now) void initiateHeap(int);