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.
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
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.