Jinglei Tech Blog

All the thing Jinglei learned or learning

0%

Data Structure and Alogrithm Overview

Data Structure And Alogrithm

What is programe?

Programe = Data Structure + Alogrithm

What is data structure?

The ways that how data been stored. Generally there are only two structure

  1. Sequential
  2. Non-Sequential

What is Alogrithm?

Alogrithm is the way that used to solve particular problems, it can include different Alogrithm Paradigim, Implementation etc. Things like different Sorting Alogrithm (Merge Sort, Quick Sort), Searching Alogrithm (Binary Searching, Sequential Searching) etc.

alt

Here is a mind map of DataStructure and Algorithm