No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 …
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 …
(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
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 …
The End.