Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: add Swift codes for chapter_searching articles #309

Merged
merged 3 commits into from Jan 30, 2023

Conversation

nuomi1
Copy link
Contributor

@nuomi1 nuomi1 commented Jan 29, 2023

If this PR is related to coding or code translation, please fill out the checklist.

  • I've tested the code and ensured the outputs are the same as the outputs of reference codes.
  • I've checked the codes (formatting, comments, indentation, file header, etc) carefully.
  • The code does not rely on a particular environment or IDE and can be executed on a standard system (Win, macOS, Ubuntu).

@vercel
Copy link

vercel bot commented Jan 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated
hello-algo ⬜️ Ignored (Inspect) Jan 29, 2023 at 11:57AM (UTC)

@nuomi1
Copy link
Contributor Author

nuomi1 commented Jan 29, 2023

result of `linear_search.swift`

目标元素 3 的索引 = 2
目标结点值 3 的对应结点对象为 utils.ListNode
result of `binary_search.swift`

目标元素 6 的索引 = 2
目标元素 6 的索引 = 2
result of `hashing_search.swift`

目标元素 3 的索引 = 2
目标结点值 3 的对应结点对象为 utils.ListNode

Copy link
Owner

@krahets krahets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@krahets krahets merged commit 1665fe1 into krahets:master Jan 30, 2023
@krahets krahets added the code Code-related label Jan 30, 2023
@nuomi1 nuomi1 deleted the feature/chapter_searching-Swift branch January 30, 2023 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Code-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants