InterviewSolution
Saved Bookmarks
| 1. |
Who coined the term ‘backtracking’?(a) Lehmer(b) Donald(c) Ross(d) FordI got this question in final exam.I'm obligated to ask this question of Backtracking topic in section Backtracking of Data Structures & Algorithms II |
|
Answer» RIGHT answer is (a) Lehmer Best explanation: D.H. Lehmer was the FIRST person to coin the term BACKTRACKING. Initially, the backtracking facility was PROVIDED using SNOBOL. |
|