Search found 1 match

by walker2009
Mon Mar 26, 2007 9:39 pm
Forum: Volume 101 (10100-10199)
Topic: 10125 - Sumsets
Replies: 50
Views: 24406

10125

i am newbie
can you help me to solve my problem ?
please

#include <stdio.h>

void swap( int *a, int *b );
void bubble1( int n );
void bubble2( int n );
void search( int n1, int n2 );

int e[1000];
int a[500000];
int b[500000];
int x[500000];

int main( void )
{
int number;
int count;
int i,j ...

Go to advanced search