# | Topics |
---|---|
00 | Introduction Requirements |
01 | Array |
02 | Linked List |
03 | Stack |
04 | Queue |
05 | Tree |
06 | Sorting |
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.
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
To get along with the challenge you need to have the following:
- Motivation
- A computer
- Internet
- A browser
- A code editor
- ChatGpt - Several exploration
- PacktPublishing - Clean codeing