Anonymous
Yes it is.
And yeah. the standart doesn't specify the exact algorithm to be used
Anonymous
Anonymous
Nassrullah
C.
Your words.
Anonymous
C.
C.
If you talk sooooo much
C.
You must be able to do a perfect algo
C.
Yes it does.
C.
Everybody can just criticize and show other's errors.
C.
But can you do better, if you're humiliating him?
Anonymous
If you think that you can code better than standart tools — in 90% you are bad coder
C.
If I can't be better than standard, I am a bad coder.
C.
Now again: where is your proof?
Nassrullah
Anonymous
C.
C.
C.
Show us.
C.
One you did using stdlib and ours for comparison.
Anonymous
Then do it.
Why should I do something, if it is obvoius and easy to google?
The dialog is over
Anonymous
That is saying someone is stupid.
No, It's not.
We can't be better than std libraries. If you want to be better than that then you should do research and develop new optimized algorithm that doesn't exit till date.
Nassrullah
I don't take what he said as humiliation. 😊
Anonymous
Anonymous
I don't see any point in conituing this
If you think you can do it better — do it
But it is not the way best companies and developers do things
Badugar
Merge Sort ... I thought Quick Sort is the fastest one. 🤔
C.
Anonymous
Nassrullah
Danya. Thompson is advicing you to writte everything from scratch and let your stdlib down.
Nassrullah
C.
Badugar
C.
Θ(nlogn)
Anonymous
Sorry, I'm not a expert in O-notation
Badugar
Anonymous
https://en.wikipedia.org/wiki/Introsort
This is what used in current implementations
Dima
:O
Anonymous
For example ?
When the maximum or minimum element is always chosen as pivot.
vps Pro
Can any one tell me the best source to learn C & C++ perfectly :) .
I_Interface
Anonymous
Anonymous
No one knows C++ perfectly
vps Pro
C.
Anonymous
Badugar
Mirko
excuse all..
Mirko
who know persian... can contact me?
vps Pro
Are there Arab programmers in the group?
Badugar
A bunch of. Look at the member list.
Badugar
Can't help you further with that, sorry. ¯\_(ツ)_/¯
محمد نجم
https://www.facebook.com/groups/166172723733784/permalink/949044485446600/
محمد نجم
C.
Nassrullah
Anonymous
Nassrullah
I know a great C book in french that's why i'm asking him. It's not OT Sir.
محمد نجم
Nassrullah
vps Pro
If you want to shoot, choose the big booty $£€
Badugar
محمد نجم
Jhagrut
[13/09, 23:32] JJ: #include<stdio.h>
#include<stdlib.h>
int main()
{
int a;
float b,c;
//printf("write your withdraw amount");
scanf("%d\n", &b);
//printf("write your bank balance");
scanf("%.2f\n", &a); //.2f is for points of precision
c=b+0.5
if (a>c && b%5==0)
{
printf("%.2f\n", ((a-b)-0.5) ) ; //new balance on successful transaction
}
else{
printf("%.2f\n", a) ;
}
return 0;
}
HS08TEST codechef
can anyone pls point out mistake in this code
*C CODE*
Jhagrut
Error and question
Jhagrut
I'm not able to understand the error
I_Interface
Omg