/data-structures

GNU General Public License v3.0GPL-3.0

Data structures

This repository contains implementations of various data structures examples.

Table of Contents

  1. Available Data Structures
  2. How to Use

Available Data Structures

Currently, the following data structures are available in this repository:

  • Array
  • Linked List
  • Stack
  • Queue
  • Binary Tree
  • Graph
  • Hash Table

Each data structure comes with detailed documentation and example usage to help you understand its functionality and how to incorporate it into your projects.

How to Use

To use any of the provided data structures, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/stuartbentley/data-structures.git