首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
算法-searching
littleCat
创建于2023-05-12
订阅专栏
算法-searching
暂无订阅
共6篇文章
创建于2023-05-12
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
并查集
https://zhuanlan.zhihu.com/p/93647900主要用于解决一些**元素分组**的问题。它管理一系列**不相交的集合**,并支持两种操作:
Elementary Symbol Tables
・Method put() overwrites old value with new value. ・Method get() returns null if key not present. Se
union-find
Quick-find Quick-union Weighted quick-union Rather than arbitrarily connecting the second tree to th
Searching-Symbol Tables - Hash Tables
Hash Tables hashing functions Positive integers The most commonly used method for hashing integers i
Searching-Symbol Tables - Definition
Definition. A symbol table is a data structure for key-value pairs that supports two operations: ins
Searching-Symbol Tables - bst ,2-3 search trees and Red-black bst
binary search tree Definition. A binary search tree (BST) is a binary tree where each node has a Com