We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1adac9 commit fd4d389Copy full SHA for fd4d389
src/popup/popup.ts
@@ -109,7 +109,7 @@ function processCode(
109
prompt = `
110
As an experienced software engineer, please analyze the Leetcode problem titled ${problemTitle} and the accompanying code below.
111
Your analysis should be concise and straightforward, providing both time and space complexity in big O notation.
112
- Please include a brief explanation (no more than 1-2 lines) for each complexity analysis.
+ Please include a brief, concise explanation (no more than 1-2 lines) for each complexity analysis.
113
Space complexity should not include the output (return value) of the function.
114
Your analysis should be direct and to the point.
115
The code is provided below.
0 commit comments