🗒️1.Algorithm
2024-1-24
| 2024-1-28
0  |  阅读时长 0 分钟
type
status
date
slug
summary
tags
category
icon
password

Data Structure

Data Structure Storage

Data Structure Storage: Arrays (Sequential Storage) and Linked Lists (Linked Storage)
 

Data Operation of Data Structure

Basic Operations of Data Structure: Traversal + Access, CRUD (Create, Read, Update, Delete), primarily divided into Linear and Non-linear forms
Linear: Characterized by for/while iteration
Non-linear: Characterized by recursion
 

How

How to study algorithm

  1. arrays and linked lists
  1. Binary Tree
  1. Framework Thinking
    1. Framework thinking is a excellent method to study algorithms. Though myriad changes, the essence remains the same.
相关文章 :
  • 算法
  • Don’t forget “help”5.Array(preSum)
    Loading...
    目录