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
- arrays and linked lists
- Binary Tree
- Framework Thinking
Framework thinking is a excellent method to study algorithms. Though myriad changes, the essence remains the same.