Difference between blind search and heuristic search techniques
Answers
Answered by
0
BFS (one of blind searchmethod). ... This is a pretty vague question, but using a heuristic usually means using logic or prior data to make educated guesses during asearch. Blind search (I am guessing) does the particular search without such heuristics and uses a brute force approach.
Answered by
0
Explanation:
Primitive data types are predefined types of data, which are supported by the programming language. For example, integer, character, and string are all primitive data types. ... In the Java programming language, non-primitive data types are simply called "objects" because they are created, rather than predefined
Similar questions