My code for merge k sorted array doesn’t work. Why?
Merge K sorted array
hello @div_yanshu07
this is t0o much space , ur program will give run error due to too much memory allocation.
use n and k to declare array or vector of that particular size and then ur program should work