AlgoSnippets READMEAlgoSnippets provide convenient shortcuts when you're solving DS & A problems in VS Code. FeaturesThis extension features multiple shortcuts I found when working on algorithm problems. To name a few...
For example if there is an image subfolder under your extension project workspace: Known IssuesCurrently AlgoSnippets is only supported in Python3. I am planning to add snippets for other programming languages in the future. Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release 1.1.0JavaScript Support Added 1.1.1Changed the Complexity Analysis snippet from 'c' to 'com' Added import of bisect_left, bisect_right for Python 'lci' |