Closed yozachar closed 3 years ago
Congrats on creating your first Issue in the C0D1NG Organization! 🎉
Added a python code snippet based on loops including comments.
@mathewvarghesemanu, right here? as a solution?
@mathewvarghesemanu, right here? as a solution?
No, in-branch number 389 named '#324'. I've raised a pull request. Please check, Thanks
can i contribute to this issue in C++ if it is still open ?
@mathewvarghesemanu needs some work: https://github.com/C0D1NG/Programming/pull/389#discussion_r499116835
@DhruvSondhi sure. I'm not a contributor yet, but I think @C0D1NG won't be displeased though.. :)
Done in bash in #462 including the bonus, can find nth largest or smallest number in a list loaded from file
Problem Statement: Given a list of size
l
. Find the second largest number in that list. Come up with an effective method / algorithm.Example:
Bonus: Find the
n
th largest or smallest number in a given list.