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
~1K People Reached
Favorite Tags
c x 5
java x 1
Member Avatar for yamigx

0 down vote favorite My problem is sorting strings given in three lists using implementation of A* search,so I need to develop a heuristic function that will make solving various instances of this problem efficient. The state can be represented s a list of 3 lists, example: [ [C B], …

0
104
Member Avatar for yamigx

My problem is sorting strings given in three lists using implementation of A* search,so I need to develop a heuristic function that will make solving various instances of this problem efficient. The state can be represented s a list of 3 lists, example: [ [C B], [D], [H G F …

0
91
Member Avatar for yamigx

hi.. i am trying want to solve this Write a complete program that reads 11 integers from a file called ‘file.txt’ and stores them in an array. Your program should then remove the duplicated numbers, find and print the sum of all the even numbers in the array as well …

Member Avatar for TrustyTony
0
274
Member Avatar for yamigx

Hi all.. I wrote a program for this: A C program can represent a real polynomial p(x) of degree n as an array of the real coefficients a_0,a_1,…a_n (a_n≠0). 〖p(x)=a_0+a_1 x+a_2 x〗^2+⋯+a_n x^n Write a program that inputs a polynomial of maximum degree 8 and then evaluates the polynomial at …

Member Avatar for zeroliken
0
406
Member Avatar for yamigx

hi.. lately i had this problem when i try to build in codeblocks.. Debug" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping... Nothing to be done. and i tried to install it again and again with different versions.. but it still …

Member Avatar for sergent
0
98
Member Avatar for yamigx

hi guys .. i have an assignment .. and i didn`t now that i have to do it by tomorrow and now i have no time .. i will be thankful if you can help me.. "Write a program that determines the day number (1 to 336) in a year …

Member Avatar for zeroliken
0
297