Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AlgoritmHelperNew to Visual Studio Code? Get it now.
AlgoritmHelper

AlgoritmHelper

Incognitomodes

|
442 installs
| (1) | Free
Help with algorithms
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

algoritmhelper

Extension AlgoritmHelper

Features

It may halp you with wrting algorithms

Snippets:

Sorting algorithms

  • bubbleSort - basic bubble sort implementation
  • insertionSort - basic insertion sort implementation
  • selectionSort - basic selection sort implementation
  • quickSort - basic quick sort implementation

Node and angular

  • nodeBasic - basic node server template
  • nodeSql - basic node server template with sql
  • nodeSendJson - for sending json as response
  • nodeGetParams - for getting parameters from request
  • fetchJson - send request to node server from Typescript and get JSON response
  • routingPath - config of routing and paths in Angular
  • nestedRouting - example of nested routing
  • routingParams - how to use params with routes
  • activatedRoute - how to get params from activatedRoute in component
  • angularForms - example of Angular forms

Other algorithms

  • primesGenerator - prime numbers generator (The Sieve of Eratosthenes)
  • primeFactorization - prime factorization of number
  • isPrime - check if number is prime
  • fibonacci - get n-th fibonacci number
  • fibonacciArray - get array of fibonacci numbers
  • gcd - greatest common divisor
  • lcm - least common multiple
  • coprime - check if two numbers are coprime
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft