/PHP-Data-Structures

This repository will help you to learn data structures and algorithms using PHP. It will help you to manage your application with an efficient and optimized way.

Primary LanguagePHP

# Topics
00 Introduction
Requirements
01 Array
02 Linked List
03 Stack
04 Queue
05 Tree
06 Sorting

Introduction

Hello, This repository will help you to learn data structures and algorithms using PHP. It will help you to manage your application with an efficient and optimized way.

Different data structures

There are two different groups of data structures

  • Linear data structures
  • Nollinear data structures

In linear data structures, items are structured in a linear or sequential manner. Array, list, stack, and queue are examples of linear structures. In nonlinear structures, data are not structured in a sequential way. Graph and tree are the most common examples of nonlinear data structures.

There are many different types of data structures as like

  • Stuck
  • Array
  • Linked list
  • Doubly linked list
  • Stack
  • Queue
  • Priority queue
  • Set
  • Map
  • Tree
  • Graph
  • Heap

Requirements

To get along with the challenge you need to have the following:

  1. Motivation
  2. A computer
  3. Internet
  4. A browser
  5. A code editor

Credits