Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>AlgoSnippetsNew to Visual Studio Code? Get it now.
AlgoSnippets

AlgoSnippets

CodeDenma

|
97 installs
| (2) | Free
Convenient snippets for solving data structure & algorithm problems in VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AlgoSnippets README

AlgoSnippets provide convenient shortcuts when you're solving DS & A problems in VS Code.

Features

This extension features multiple shortcuts I found when working on algorithm problems. To name a few...

  1. lci: LeetCode Module Import
  2. lcp: LeetCode Print
  3. c: Complexity Analysis

More shortcuts will be added soon!

For example if there is an image subfolder under your extension project workspace:

Demo

Known Issues

Currently AlgoSnippets is only supported in Python3. I am planning to add snippets for other programming languages in the future.

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release

1.1.0

JavaScript Support Added

1.1.1

Changed the Complexity Analysis snippet from 'c' to 'com' Added import of bisect_left, bisect_right for Python 'lci'

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft