soham4abc / CP_repository

Repository for Competitive programming questions and their solutions
4 stars 17 forks source link

added k smallest #33

Closed CoderRounak closed 2 years ago

CoderRounak commented 2 years ago

Summary

Added a new cp program on finding the k smallest element of an array (using priority queues)

Checks

soham4abc commented 2 years ago

LGTM