hcplantern's garden
Search
Search
Search
Explorer
✍️Writings
An Interactive Guide to Flexbox
Web 前端开发复习
一个 CICD 案例
使用 RSSHub + Tiny Tiny RSS 搭建属于自己的 RSS 服务
如何使用 VSCode + SSH 调试 NASM 程序
服务端开发复习
用管道、重定向与 fork() 测试使用标准输入输出的程序
🌎English
Notes
Dark L Pronounce
Differences between AISLE ALLEY CORRIDOR and more
Speaking
family
Feeling bored
relax
self-care
sentence structure
Spend time by myself
time
Words
light
plaque
sad
verge
Words about sound
🍽️Cooking
Amanda-breakfast-mealprep
Amanda-dinner-mealprep
咖哩絞肉焗飯
沙茶肉鬆拌麵
紅燒滑蛋豆腐
酸奶洋葱炸鸡
馬鈴薯燉肉
💪Fitness
健身房健身
家庭健身
热身
肘关节疼痛
肱骨前移
💻Computer
Algorithm
Leetcode
5. Longest Palindromic Substring
18. Three & Four Sum
83. Remove Duplicates from Sorted List
88. Merge Sorted Array
CS186
Architecture of DBMS
B+ Tree
Block Nested Loop Join
Buffer Management
Database Sorting
External Hash
Full External Sort
Grace Hash Join
Hash Join
Index Nested Loop Join
Join
Naive Hash Join
Page
Page Nested Loop Join
Parallel Query
Query Optimization
Record
Relational Algebra
Relationship Between Database Page and OS Page
Simple Nested Loop Join
Sort-Merge Join
Storage of DBMS
Tow Way External Merge Sort
Software-Design
Strategy Pattern
Static Analysis
01-Introduction
02-Intermediate Representation
07-Interprocedural Analysis
08-Pointer Analysis
09-Pointer Analysis Foundations I
10-Pointer Analysis Foundations II
11-Pointer Analysis Context Sensitivity I
12-Pointer Analysis Context Sensitivity II
0304-Data Flow Analysis Applications
0506-Data Flow Analysis Foundations
人机交互
Man-Computer Symbiosis
ReadingQizMaker
人机交互总览
软件质量管理
CMMI
PROBE
软件质量管理
集成策略
📚Books
Recovering from emotionally immature Parents
一九八四(译文经典)
东京八平米
政治学通识
蛤蟆先生去看心理医生
Run
BCPNP
Canada 签证安调
Monash Human Biology
PTE
Student Visa 500
澳洲
澳洲学校
找工
JavaNotesForInterview-master
0.个人面试记录
1.Java基础知识
2.JVM相关笔记
3.Java并发编程相关笔记
4.MySQL 语法
4.MySQL相关笔记
5.Redis相关笔记
6.操作系统相关笔记
7.计算机网络相关笔记
9.Web框架相关笔记
10.数据结构和算法
11.分布式系统设计相关笔记
12.设计模式
README
LeetCode
K个一组翻转链表
三数&四数之和
二分查找
二叉树遍历
前K个元素
单词拆分
合并链表模板
回溯算法
图搜索
实现 LRU
差分数组
快速排序
拓扑排序
面经
0-Content面经
1-Java 基础
2-Java 虚拟机
3-Java 并发
4-网络
5-操作系统
6-MySQL
7-Spring
8-中间件
9-设计模式
10-数据结构与算法
11-设计题
12-消息队列
Recent Notes
9-设计模式
Dec 26, 2024
8-中间件
Dec 26, 2024
7-Spring
Dec 26, 2024
12-消息队列
Dec 26, 2024
11-设计题
Dec 26, 2024
Blog
Tags
Computer
Books
Writings
Home
❯
💻Computer
❯
CS186
❯
Simple Nested Loop Join
Simple Nested Loop Join
Sep 22, 2023
1 min read
database
for each record
r
i
in R:
for each record
s
j
in S:
if
θ
(
r
i
,
s
j
)
:
yield
<
r
i
,
s
j
>
COST =
[
R
]
+
∣
R
∣
[
S
]
Dark mode
Light mode
Backlinks
Join
Graph View