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 b6979af commit 3ee2288Copy full SHA for 3ee2288
.vscode/settings.json
@@ -6,5 +6,6 @@
6
"daa/11. Sort a given set of n integer elements using Quick Sort method and compute its time complexity. Run the program for"
7
],
8
"editor.tabCompletion": "on",
9
- "diffEditor.codeLens": true
+ "diffEditor.codeLens": true,
10
+ "docwriter.style": "JSDoc"
11
}
0 commit comments