Hey I am working on a project where I need to use deterministic linear time algroithm to find the median of a large array. I am doing my program in c++. I am unsure on how to partition an array of size n into n/5 groups of size 5. Any help would be greatly appreciated.