Skip to content

补充了 0099.岛屿的数量广搜.md 中原有java代码中缺少的pair类的定义;提供了另一种不使用pair,而是使用两个队列分别存储横纵坐标的方案 #2912

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

OGGGXYT
Copy link

@OGGGXYT OGGGXYT commented Mar 6, 2025

1、完善了 0099.岛屿的数量广搜.md 中原有java代码中缺少的pair类的定义
2、提供了另一种不使用pair,而是使用两个队列分别存储横纵坐标的方案

OGGGXYT added 2 commits March 6, 2025 21:30
不使用pair,而是使用两个队列分别存储横纵坐标
@OGGGXYT OGGGXYT changed the title 完善补充了 0099.岛屿的数量广搜.md 中原有java代码中缺少的pair类的定义 补充了 0099.岛屿的数量广搜.md 中原有java代码中缺少的pair类的定义;提供了另一种不使用pair,而是使用两个队列分别存储横纵坐标的方案 Mar 6, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant