-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme.txt
31 lines (21 loc) · 1.15 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Names And Emails of All the Group Members:
Arleth Salinas--arleth@uchicago.edu
Chen Lin--cjlin1@uchicago.edu
Akwe McDaniels--apmcdaniels@uchicago.edu
What People Did:
+ Each of us worked individually to solve to the problems outlined in this project. When the three of us came together, we compared our programs and decided to use the one which was most concise.
> Throughout this process, we bounced ideas off of each other in order to build
upon our programs.
+ Each of us contributed ideas for the interesting algorithm portion of this project.
+ Everyone worked on their assigned slides for the presentation.
How to Run the Program + What to Expect
Part A: Abridging the Dictionary File
1. Ensure that there is a dictionary txt file.
2. Ensure that there is also an empty file to receive the words from the dictionary.
3. Specify the file names for the dictionary file and the receiving file in dict_cut.py
4. Run dict_cut.py through the Terminal.
Part B: Running the Hasher
1. Open up hashing_engine.py
2. Specify the name of the abridged dictionary txt file.
3. Run the program through the Terminal
4. Enter responses based on the program's instructions.