Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~514 People Reached
Interests
Server Management PHP Development Open Source Software Testing
PC Specs
Core i5 520 4GB DDR3 640GB HDD Nvidia GT230M 1GB DDR3 Ubuntu Custom
Favorite Forums
Favorite Tags
c x 1
Member Avatar for udinnet

I made my own program for N-queen problem (A popular algorithm in Data Structures). Check this code and post your suggestions. If you have any ideas for the improvement of algorithm speed, please post here. Thanks. [CODE] #include <stdio.h> #include <stdlib.h> //N-Queen Chess problem solving Algorithm// //Note:- Uncomment The printf("") …

Member Avatar for Adak
0
514