This website works better with JavaScript.
Explore
Help
Sign In
pfuc5ij8g
/
MyTinySTL
Watch
1
Star
0
Fork
You've already forked MyTinySTL
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25
Commits
1
Branch
0
Tags
62 MiB
C++
91.6%
C
5.4%
CMake
2.9%
bac1616fdd
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bac1616fdd'
${ noResults }
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
sunjiawei
bac1616fdd
以上注释内容带来的代码理解:代码体现了两个模板类`unordered_map`和`unordered_multimap`的实现,它们分别对应于标准库中的`std::unordered_map`和`std::unordered_multimap`。这些类使用哈希表作为底层数据结构,允许快速的查找、插入和删除操作。`unordered_map`不允许键值对的键重复,而`unordered_multimap`允许键的重复。类中包含了构造函数、复制和移动构造函数、赋值运算符、迭代器操作、容量查询、修改容器操作、元素插入和擦除、查找操作以及桶接口等成员函数。此外,还提供了比较运算符的重载和`swap`函数,以支持容器之间的比较和交换操作。这些类的设计旨在提供一种高效的方式来存储和访问键值对数据。
8 months ago
MyTinySTL
update stack.h and queue.h
8 months ago
doc
the structure of the project
9 months ago
src
以上注释内容带来的代码理解:代码体现了两个模板类`unordered_map`和`unordered_multimap`的实现,它们分别对应于标准库中的`std::unordered_map`和`std::unordered_multimap`。这些类使用哈希表作为底层数据结构,允许快速的查找、插入和删除操作。`unordered_map`不允许键值对的键重复,而`unordered_multimap`允许键的重复。类中包含了构造函数、复制和移动构造函数、赋值运算符、迭代器操作、容量查询、修改容器操作、元素插入和擦除、查找操作以及桶接口等成员函数。此外,还提供了比较运算符的重载和`swap`函数,以支持容器之间的比较和交换操作。这些类的设计旨在提供一种高效的方式来存储和访问键值对数据。
8 months ago
README.md
Update README.md
9 months ago
README.md
https://bdgit.educoder.net/pfuc5ij8g/ciallo.git