File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
"""
3
- Execution: python bag < input.txt
3
+ Execution: python bag.py < input.txt
4
4
5
5
% more tobe.txt
6
6
to be or not to - be - - that - - - is
Original file line number Diff line number Diff line change 8
8
//algs4.cs.princeton.edu / 41graph / movies.txt
9
9
10
10
11
- % python degrees_of_separation routes.txt " " "JFK"
11
+ % python degrees_of_separation.py routes.txt " " "JFK"
12
12
LAS
13
13
JFK
14
14
ORD
21
21
EWR
22
22
Not in database.
23
23
24
- % python degrees_of_separation movies.txt "/" "Bacon, Kevin"
24
+ % python degrees_of_separation.py movies.txt "/" "Bacon, Kevin"
25
25
Kidman, Nicole
26
26
Bacon, Kevin
27
27
Woodsman, The(2004)
35
35
Dead Men Don't Wear Plaid(1982)
36
36
Grant, Cary
37
37
38
- % python degrees_of_separation movies.txt "/" "Animal House (1978)"
38
+ % python degrees_of_separation.py movies.txt "/" "Animal House (1978)"
39
39
Titanic(1997)
40
40
Animal House(1978)
41
41
Allen, Karen(I)
You can’t perform that action at this time.
0 commit comments