-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Enter 10 numbers into an array and find the 3rd largest from it. #4146
Comments
hi, please assign it to me! |
Assign me this one please |
Can I get this assignment, please? |
I would love to do this task! |
hello @sudip1234567 sir, I would like to help in this issue. |
Hello @sudip1234567 I would like to work on this issue. Can u assign me this. |
Hi, please assign it to me! |
This could be considered as the solution to the problem and **I hope you like **I hope #4146 issue is fixed.
}` |
hi,please assign it to me |
Please assign me this.I would love to do this task! |
#include <bits/stdc++.h> int first = arr[0]; int main( ) |
Hello please assign this to me. |
assign it to me yaar...what a drag! I'll do it off na..😉😜 |
can u assign this to me |
Hi sir! I would like to work on this issue, please do assign it to me. |
Can you please assign this issue to me ? |
please assign it to me |
Hello, |
Please assign this issue to me @sudip1234567 |
HEY PLEASE ASSIGN IT TO ME |
Hello sir, can you assign this issue to me? |
please assign it to me. |
Please assign it to me |
Please Assign it to me. |
please assign me this issue |
I would like to work on this issue sir |
i would like to work on this and these are my ways in which to solve this problem
numbers.sort(reverse=True) third_largest = numbers[2] print("The 3rd largest number is:", third_largest)
numbers = [45, 12, 67, 32, 78, 56, 89, 23, 99, 10]
numbers = [45, 12, 67, 32, 78, 56, 89, 23, 99, 10] first_largest = second_largest = third_largest = float("-inf") for num in numbers: print("The 3rd largest number is:", third_largest) all are valid and efficient methods to find the 3rd largest number, and they avoid the full sorting of the array if that is a concern. |
Please assign me this issue. |
I hope #4146 issue is fixed. } } |
please assign me this |
assign me this issue i will do it. |
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: