Example #1
0
void main()
{
	/*char *s;
	s = (char*)malloc(sizeof(char));
	printf("Enter String: \n");
	gets(s);
	struct node * root;
	root = NULL;
	printf("%f",median(stringToLinkedList(s,root)));*/
	testcases();
	getche();
}
Example #2
0
void main()
{
	/*char *s;
	s = (char*)malloc(sizeof(char));
	printf("Enter String: \n");
	gets(s);
	struct node *root;
	root = NULL;
	printf("\n");
	root = stringToLinkedList(s,root);
	root = noOddValues(root);
	display(root);*/
	testcases();
	getche();
}
void main()
{
	testcases();
	getch();
}
int main()
{
	testcases();
	return 0;
}
void main()
{
testcases();
}
int main()
{
	testcases();
	getchar();
	return 0;
}