Skip to content

This extension allows DSA learners to directly implement some of the famous data structures and algorithms code snippets for programming ease

Notifications You must be signed in to change notification settings

Astrasv/dsa-tool-vscode-extension

Repository files navigation

dsa-tool README

Welcome to the README for the "DSA-Tool" extension! This extension aims to facilitate the implementation of various data structures and algorithms in Python within Visual Studio Code. Below, you'll find information about the features, requirements, extension settings, known issues, release notes, and working with Markdown.

Features

This extension provides code snippets for implementing the following data structures in Python:

  • Stack (use :stack annotation)
  • Queue (use :queue annotation)
  • Linked List (use :linkedlist annotation)
  • Graph (use :graph annotation)
  • Tree (use :tree annotation)
  • Binary Tree (use :binarytree annotation)

Each code snippet comes with necessary functions and methods, enabling you to quickly scaffold your data structure implementations.

MORE IMPLEMENTATIONS AND ALGORITHMS ARE GOING TO TO UPDATE IN NEWER VERSION

Release Notes

1.0.0 Initial release of the DSA-Tool extension, featuring code snippets for Stack, Queue, Linked List, Graph, Tree, and Binary Tree implementations in Python.

About

This extension allows DSA learners to directly implement some of the famous data structures and algorithms code snippets for programming ease

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published