Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fd69fd

Browse files
committed
Update README.md
1 parent 0598941 commit 3fd69fd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,21 @@
33
Python code for the book *Artificial Intelligence: A Modern Approach."
44

55
Eventually, this repository should have code for everything in the book.
6+
7+
What languages are instructors recommending? To get an approximate
8+
idea, I gave the query <tt>norvig russell "Modern Approach"</tt> along with
9+
the names of various languages and looked at the estimated counts of results on
10+
various dates:
11+
12+
<p>
13+
<table border=1>
14+
<tr><th>Language<th>Sep 2004<th>Feb 2005<th>Jun 2007<th>Jan 2010<th>Feb 2016
15+
<tr><td> <a href="http://www.google.com/search?q=norvig+russell+%22Modern+Approach%22"> <i>none</i></a><td align=right> 8,080<td align=right>20,100<td align=right>75,200<td align=right>150,000<td align=right>132,000
16+
<tr><td> <a href="http://www.google.com/search?q=java+norvig+russell+%22Modern+Approach%22">java </a><td align=right> 1,990<td align=right>4,930<td align=right>44,200<td align=right>37,000<td align=right>50,000
17+
<tr><td> <a href="http://www.google.com/search?q=c%2B%2B+norvig+russell+%22Modern+Approach%22">c++ </a><td align=right> 875<td align=right>1,820<td align=right>35,300<td align=right>105,000<td align=right>35,000
18+
<tr><td> <a href="http://www.google.com/search?q=lisp+norvig+russell+%22Modern+Approach%22">lisp </a><td align=right> 844<td align=right>974<td align=right>30,100<td align=right>19,000<td align=right>14,000
19+
<tr><td> <a href="http://www.google.com/search?q=prolog+norvig+russell+%22Modern+Approach%22">prolog </a><td align=right> 789<td align=right>2,010<td align=right>23,200<td align=right>17,000<td align=right>16,000
20+
<tr><td> <a href="http://www.google.com/search?q=python+norvig+russell+%22Modern+Approach%22">python </a><td align=right> 785<td align=right>1,240<td align=right>18,400<td align=right>11,000<td align=right>12,000
21+
22+
</table>
23+

0 commit comments

Comments
 (0)