Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.58 KB

README.md

File metadata and controls

33 lines (30 loc) · 1.58 KB

Algorithm and Data Structures in Python

This repository contains Python implementations of various algorithms and data structures, including:

Data Structures:

Algorithms:

Technologies:

  1. Python
  2. graphviz (for data structures visualization)

Getting Started

To get started with repo:

  1. Clone the repository to your local machine:
git clone https://github.com/Arrturo/Algorithms-and-Data-Structures.git
  1. Navigate to the project directory:
cd Algorithms-and-Data-Structures
  1. Install graphviz using pip:
pip install graphviz