-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_inputs.txt
More file actions
75 lines (69 loc) · 810 Bytes
/
test_inputs.txt
File metadata and controls
75 lines (69 loc) · 810 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
abandoned
ability
able
about
above
abroad
absence
absent
absolute
absolutely
accompany
according to
account
account for
accurate
accurately
accuse
achieve
achievement
acid
acknowledge
a couple
acquire
across
act
action
active
actively
activity
actor
actress
actual
actually
ad
adapt
add
addition
additional
add on
address
age
aged
agency
agent
aggressive
ago
agree
agreement
ahead
aid
aim
air
function hash(s){
var hash = 0;
if (s.length == 0) return hash;
for (i = 0; i < s.length; i++) {
char = s.charCodeAt(i);
hash = ((hash<<5)-hash)+char;
hash = hash & hash; // Convert to 32bit integer
}
return hash;
}
function output(input) {
for (var i = 0; i < input.length; i++) {
if (parseInt(input[i], 10) === 2987354) {
alert("Found hash at index " + i);
}
}
}