I want to learn about sorting.
Can you explain about bubble sort, quick sort, selection sort etc.(if posssible give me some simple example program of each sorting)
And what kind of sorting is the best.
Thx for all your attention
User Profile
Collapse
-
I think yhe program still don't work well.
Pls help me soon -
-
Yes, you correct. but that program still have the mistakes.
I hope you help me to solve the problem.
Please tell me where is the wrong part of that programLeave a comment:
-
Code:#include<stdio.h> #include<conio.h> #include<math.h> main() { int x,y,i,j, total; int bilangan[100]; awal: clrscr(); for(y=0;y<=99;y++) bilangan[y]=0; printf("Insert polynomial number:"); for(i=0;;i++) { scanf("%d",&bilangan[i]);
Leave a comment:
-
Polynomial number
Hi friends, I need your help in making program in polybomial number.
The program let us give input:constanta and x
And the output is: the result
Let me give the example of the program's output
"Please input coefficient = 5 4 3 2 1"
"Please input x value = 3"
"The result is 547"
Note: bold number can be changed depends on our input and sorry if my english is bad.... -
Root problem
Can you give me some example in root program.
I wan to make a program using root but i don't know how to make it in C.
Thx for your help -
-
Matrix and invers
Guys can you help me to make a program in matrix and the inverse.
For example i have variable
a b
c d
And i want to make the inverse from a,b,c,and d.
Thanks for all your help -
ooo i understand that situation, actually i don;t understandf anything in visual basic but i can understand in C++. My teacher ask me to make program in visual basic.
First i need your help to teach me alittle bit or you please give me your thinking than i make the program my selfLeave a comment:
-
-
This i have program for ascii files, i hope this program will suitable for you
#include<constr ea.h>
void main()
{
int i;
i=1;
do
{
if((i%20==0)||( i==1))
{
clrscr();
cout<<"---ASCII CODE---\n";
}
if(i!=26)
cout<<i<<"="<<c har(i)<<"\n";
else
...Leave a comment:
-
Sorry i don't understand your question.
Can you just make the program?
in 4 variable in matrix i want it to be invers matrix...Leave a comment:
-
Matrix and Inverse matrix
Hello friends, i need help for my assignment.
For example i give input for a, b, c, d in matrix mode example like
|a b|
|c d|
and i want to convert it to invers from that matrix, i hope you give the answer(if possible with the explanation).
Thx so much for your help -
Need help in Matrix and Invers!!!
Hello friends, i need help for my assignment.
For example i give input for a, b, c, d in matrix mode example like
|a b|
|c d|
and i want to convert it to invers from that matrix, i hope you give the answer(if possible with the explanation).
Thx so much for your help -
-
Can you give the complete program, if possible can you please explain it.
i think that program can't work.Leave a comment:
-
Maximum score in 4 variable
Hey Friends, Ineed your help in finishing my assignment.
I need help where the input number for A, B, C, D.
The assignmnet is how to decide where is the maximum from those 4 variables.
I think its easy enough for you all.
Thx for your attention and your help -
-
Prime Number!! Emergency
I need help from you all to solve my assignment. I want to display only prime number start from 1 to 100.I hope you guys solve this post fast, its emergency.
Thanks for your help
No activity results to display
Show More
Leave a comment: