A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Name | Leetcode Number | Problem Name | Difficulty | %Accuracy on Logical Bug (Original Fn Name) | %Accuracy on Logical Bug (Anon) | %Accuracy on Syntax Bug (Original Fn Name) | %Accuracy on Syntax Bug (Anon) | ||||||||||||||||||
2 | Amey | 13 | Roman to Integer | Easy | 100.00% | 100% | 100.00% | 100% | ||||||||||||||||||
3 | Amey | 20 | Valid Parentheses | Easy | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
4 | Amey | 26 | Remove Duplicates from Sorted Array | Easy | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
5 | Amey | 66 | Plus One | Easy | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
6 | Amey | 2 | Add Two Numbers | Medium | 0% | 100% | 100.00% | 100.00% | ||||||||||||||||||
7 | Amey | 5 | Longest Palindromic Substring | Medium | 100% | 61.90% | 100% | 62.67% | ||||||||||||||||||
8 | Amey | 11 | Container With Most Water | Medium | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
9 | Amey | 15 | 3Sum | Medium | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
10 | Amey | 4 | Median of Two Sorted Arrays | Hard | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
11 | Amey | 42 | Trapping Rain Water | Hard | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
12 | Sangita | 70 | Climbing Stairs | Easy | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
13 | Sangita | 88 | Merge Sorted Array | Easy | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
14 | Sangita | 125 | Valid Palindrome | Easy | 100.00% | 100.00% | 100.00% | 100% | ||||||||||||||||||
15 | Sangita | 2215 | Find the Difference of Two Arrays | Easy | 100.00% | 0% | 100.00% | 100.00% | ||||||||||||||||||
16 | Sangita | 120 | Triangle | Medium | 100.00% | 4.50% | 100.00% | 11.36% | ||||||||||||||||||
17 | Sangita | 114 | Flatten Binary Tree to Linked List | Medium | 100.00% | 0% | 100.00% | 100.00% | ||||||||||||||||||
18 | Sangita | 71 | Simplify Path | Medium | 7.72% | 7.72% | 100.00% | 100.00% | ||||||||||||||||||
19 | Sangita | 43 | Multiply Strings | Medium | 100.00% | 1.90% | 100.00% | 100.00% | ||||||||||||||||||
20 | Sangita | 895 | Maximum Frequency Stack | Hard | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
21 | Sangita | 329 | Longest Increasing Path in a Matrix | Hard | 100.00% | 0% | 100.00% | 100.00% | ||||||||||||||||||
22 | Ananth | 581 | Shortest Unsorted Continuous Subarray | Medium | 100.00% | 0% | 100.00% | 100.00% | ||||||||||||||||||
23 | Ananth | 600 | Non-negative Integers without Consecutive Ones | Hard | 100.00% | 0.57% | 100.00% | 100.00% | ||||||||||||||||||
24 | Ananth | 538 | Convert BST to Greater Tree | Medium | 100.00% | 0.93% | 100.00% | 100.00% | ||||||||||||||||||
25 | Ananth | 598 | Range Addition II | Easy | 100.00% | 1.40% | 100.00% | 100.00% | ||||||||||||||||||
26 | Ananth | 590 | N-ary Tree Postorder Traversal | Easy | 100.00% | 10.00% | 100.00% | 100.00% | (assumed problem was just plain vanilla DFS | |||||||||||||||||
27 | Ananth | 559 | Maximum Depth of N-ary Tree | Easy | 100.00% | 55.20% | 100.00% | 100% | (determined missing typing of variables from comments/naming) | |||||||||||||||||
28 | Ananth | 546 | Remove Boxes | Hard | 100.00% | 11.11% | 100.00% | 100.00% | ||||||||||||||||||
29 | Ananth | 526 | Beautiful Arrangement | Medium | 100.00% | 6.66% | 100.00% | 100.00% | ||||||||||||||||||
30 | Ananth | 560 | Subarray Sum Equals K | Medium | 100.00% | 0.00% | 100.00% | 100.00% | ||||||||||||||||||
31 | Ananth | 645 | Set Mismatch | Easy | 100.00% | 2.04% | 100.00% | 100.00% | ||||||||||||||||||
32 | Sangita | 171 | Excel Sheet Column Number | Easy | 100.00% | 0.00% | 0% | 100.00% | strange behavior - anonymized function performed better | |||||||||||||||||
33 | Sangita | 344 | Reverse String | Easy | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
34 | Sangita | 991 | Broken Calculator | Medium | 100.00% | 52.38% | 100.00% | 100.00% | ||||||||||||||||||
35 | Sangita | 377 | Combination Sum IV | Medium | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
36 | Sangita | 312 | Burst Balloons | Hard | 0.00% | 0.00% | 100.00% | 100.00% | ||||||||||||||||||
37 | Amey | 28 | Find the Index of the First Occurrence in a String | Easy | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
38 | Amey | 35 | Search Insert Position | Easy | 100.00% | 43.07% | 100.00% | 43.07% | ||||||||||||||||||
39 | Amey | 621 | Task Scheduler | Medium | 14.00% | 100.00% | 84.10% | 100.00% | ||||||||||||||||||
40 | Amey | 525 | Contiguous Array | Medium | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
41 | Amey | 126 | Word Ladder II | Hard | 100.00% | 100.00% | 100.00% | 100.00% | ||||||||||||||||||
42 | Ananth | 897 | Increasing Order Search Tree | Easy | 2.63% | 2.63% | 100.00% | 100.00% | ||||||||||||||||||
43 | Ananth | 657 | Robot Return to Origin | Easy | 100.00% | 28.94% | 100.00% | 100.00% | ||||||||||||||||||
44 | Ananth | 593 | Valid Square | Medium | 100.00% | 100.00% | 100.00% | 100.00% | 1 leetcode solution already had suboptimal function naming & minimal comments (39.5% accuracy regardless of naming since no naming-related improvements were possible (for same problem) | |||||||||||||||||
45 | Ananth | 647 | Palindromic Substrings | Medium | 15.90% | 15.90% | 100.00% | 100.00% | ||||||||||||||||||
46 | Ananth | 732 | My Calendar III | Hard | 100.00% | 0.00% | 100.00% | 100.00% | ||||||||||||||||||
47 | ||||||||||||||||||||||||||
48 | AVERAGES | |||||||||||||||||||||||||
49 | 87.56% | 51.26% | 97.42% | 95.94% | ||||||||||||||||||||||
50 | ||||||||||||||||||||||||||
51 | Original function name | 87.28% | Original function name | 97.42% | ||||||||||||||||||||||
52 | Anonymized function name | 51.26% | Anonymized function name | 95.94% | ||||||||||||||||||||||
53 | PROBLEMS TO FURTHER PROMPT ENGINEER ON: | |||||||||||||||||||||||||
54 | (only anonymous logical) | |||||||||||||||||||||||||
55 | 312 | Burst Balloons | ||||||||||||||||||||||||
56 | 546 | Remove Boxes | ||||||||||||||||||||||||
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 |