Counting Sort 1

  • + 0 comments

    create a map for **long long ** **datatype,as the limit is 10^6. Then add the element accordingly. you dont even need an array for storing elements,just create a map and done :).