-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_results.txt
More file actions
127 lines (96 loc) · 3.79 KB
/
test_results.txt
File metadata and controls
127 lines (96 loc) · 3.79 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Testing Semantic Task Classifier
==================================================
PASS: 'Sort an array of integers in ascending o...'
Expected: sorting, Got: sorting
Confidence: 0.85
PASS: 'Find element 42 in this array...'
Expected: array_search, Got: array_search
Confidence: 0.80
PASS: 'Find shortest path from A to B in a grap...'
Expected: graph_search, Got: graph_search
Confidence: 1.00
PASS: 'Find pattern 'hello' in text document...'
Expected: string_search, Got: string_search
Confidence: 1.00
PASS: 'Search for key 15 in a binary search tre...'
Expected: tree_search, Got: tree_search
Confidence: 0.78
PASS: 'I need to arrange these numbers from sma...'
Expected: sorting, Got: sorting
Confidence: 1.00
PASS: 'Check if value exists in the sorted list...'
Expected: array_search, Got: array_search
Confidence: 1.00
PASS: 'Navigate from node 1 to node 5 using Dij...'
Expected: graph_search, Got: graph_search
Confidence: 1.00
PASS: 'I have a large dataset of customer recor...'
Expected: array_search, Got: array_search
Confidence: 1.00
PASS: 'Given a map of cities connected by roads...'
Expected: graph_search, Got: graph_search
Confidence: 0.96
PASS: 'I'm building a search engine and need to...'
Expected: string_search, Got: string_search
Confidence: 1.00
PASS: 'We have inventory data that needs to be ...'
Expected: sorting, Got: sorting
Confidence: 0.86
PASS: 'I have a hierarchical organization struc...'
Expected: tree_search, Got: tree_search
Confidence: 0.95
PASS: 'quicksort algorithm implementation...'
Expected: sorting, Got: sorting
Confidence: 0.59
PASS: 'binary search implementation for sorted ...'
Expected: array_search, Got: array_search
Confidence: 0.47
PASS: 'Dijkstra's algorithm for weighted graphs...'
Expected: graph_search, Got: graph_search
Confidence: 1.00
PASS: 'trie data structure for autocomplete...'
Expected: string_search, Got: string_search
Confidence: 1.00
PASS: 'AVL tree operations...'
Expected: tree_search, Got: tree_search
Confidence: 0.78
PASS: 'Given an array of integers, return indic...'
Expected: array_search, Got: array_search
Confidence: 1.00
PASS: 'Merge k sorted linked lists and return i...'
Expected: sorting, Got: sorting
Confidence: 1.00
PASS: 'Given a 2d grid map of '1's and '0's, co...'
Expected: graph_search, Got: graph_search
Confidence: 1.00
PASS: 'Given a binary tree, determine if it is ...'
Expected: tree_search, Got: tree_search
Confidence: 0.81
PASS: 'There are courses with prerequisites. Ca...'
Expected: graph_search, Got: graph_search
Confidence: 1.00
PASS: 'Given a 2D board and a word, find if the...'
Expected: graph_search, Got: graph_search
Confidence: 1.00
PASS: 'Given a binary tree, find its maximum de...'
Expected: tree_search, Got: tree_search
Confidence: 1.00
PASS: 'Find the kth largest element in an unsor...'
Expected: sorting, Got: sorting
Confidence: 0.65
PASS: 'Given a string, find the longest substri...'
Expected: string_search, Got: string_search
Confidence: 1.00
PASS: 'Given an array of integers, find if the ...'
Expected: array_search, Got: array_search
Confidence: 0.92
PASS: 'Invert a binary tree....'
Expected: tree_search, Got: tree_search
Confidence: 1.00
PASS: 'Given an array of strings, group anagram...'
Expected: string_search, Got: string_search
Confidence: 0.90
PASS: 'Given a collection of intervals, merge a...'
Expected: sorting, Got: sorting
Confidence: 0.99
Result: 31/31 tests passed