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

4 Posted Topics

Member Avatar for purna501

Good question...am a final year in the same field. I have come to notice that it depends mostly which region of the world you from or plan to work. Am studying in Asia,but from Africa.Now in my home country programming is not highly ranked so its mostly networking,security,internet computing...etc Don't …

Member Avatar for roxin_phoenix
0
159
Member Avatar for the_dawn

been going through the 8 game puzzle from Ivan Bratko's book there is a section I just cant wrap my head around.... % Manhattan Distance heuristic manhattan(State, Number) :- manh(State,State,0,Number). manh([], _, X, X). manh([H|T], State, Acc, Result) :- nth1(Position, State, H), NewPos is Position - 1, Xaux1 is NewPos …

0
89
Member Avatar for the_dawn

(VS2008 SP1)building my 1st website but having a problem...need to have the contents of the page to always be centered with respect to the window size, so that is to change to flow layout

Member Avatar for ritesh2190
0
103
Member Avatar for the_dawn

Am a newbie at LISP and trying to search through a tree using the BFS and DFS and got this far and am not sure if what i did sets the goal node to "n" because its supposed to start from a to the goal node and return the path....cant …

0
67

The End.