Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #4K
~502 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for dragonbone

HI , I am a student in an university... I am assigned a project about the knight's tour on the chess , but must use the Warnsdorff's rule ... rule : Put a knight on the chess with any square , and find all patchs of knight (knight pass each …

Member Avatar for neithan
-1
139
Member Avatar for dragonbone

I try write about binary tree , but i have some troubles , I insert some symbols into binary tree by 2 function insertLeft () and insertRight () ...When i display the symbols i see to lack some symbols .. who can help me ???thank very much [CODE]#include<stdio.h> #include<conio.h> #include<string.h> …

Member Avatar for dkalita
0
220
Member Avatar for Creator00

[CODE]#include<stdio.h> #include<conio.h> void main(){ long n; char ch; clrscr(); do{ clrscr(); printf("\nEnter a number : "); scanf("%ld",&n); long p,sum =0 ; int temp=0; p=n; while(1){ temp= p%10; sum = sum*10+temp; p= p/10; if(p==0) break; } printf("\nAfter rererse number %ld is %ld \n",n, sum); printf("\nDo you want to continue ?(Y/N) "); …

Member Avatar for Creator00
0
143

The End.