command
Version:
v0.0.0-...-60194e6
Opens a new window with list of versions in this module.
Published: Dec 9, 2020
License: Unlicense
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
0997_find-the-town-judge
题目条件:
- town judge 不信赖任何人
- town judge 被所有人信赖
- 只有一个人符合town judge的条件
遍历trust
, 维护两个map
- map1 记录对他人采取了信赖的人的编号
- map2 记录被别人信赖, (且未信赖他人的, 如果进行删除操作), town judge候补的被信赖次数
遍历结束后, 遍历map2, 若被信赖次数达到N - 1
且这个数唯一, 则是town judge.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.