Posts
All the articles I've posted.
Programming language
10-23-2023"The limits of my language mean the limits of my world."
Oh My Database - Data Models and Query Languages
07-21-2023"The limits of my language mean the limits of my world."
My understanding of MVI architecture
06-26-2023MVI architecture utilizes intent to handle state changes.
System's bizarre adventure - reliable, scalable, and maintainable applications
01-03-2023we hear these words a lot, what exactly do they mean?
2022 总结
12-30-2022西郊有密林,祝君出重围
Algorithm Connect! Re: Dive - Minimum Spanning Tree
12-16-2022Minimum spanning tree is a subset of the edges of a connected, undirected graph that connects all the vertices together, without any cycles and with the minimum total edge weight.
Algorithm Connect! Re: Dive - Graph
12-10-2022A Graph data structure consists of a set of vertices (or nodes) and a set of edges that connect these vertices.
Algorithm Connect! Re: Dive - B Tree
12-03-2022A B-tree is a self-balancing tree data structure that maintains sorted data and allows searches, insertions, and deletions in logarithmic time.
Algorithm Connect! Re: Dive - Red Black Tree
11-08-2022A Red-Black Tree is a tree that's always trying to keep its cool, but never quite succeeds (since it's constantly balancing itself).
旋元佑文法笔记——减化子句
10-28-2022