-
Notifications
You must be signed in to change notification settings - Fork 13k
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 bfs and dfs for JS and TS #377
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
hey, K sir. It seems that you foget to check this PR? @krahets |
The PR related to JS and TS is to be reviewed by @justin-tse. |
OK. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zhuoqinyue Thank you for the clean code.
- We are used to adding a blank line in the final.
- In TypeScript, most of the time, less is better, we can use Type inference automatically.
I've updated it. |
Co-authored-by: Justin Tse <xiefahit@gmail.com>
Hi @zhuoqinyue ! Could you unify the format of the functions in this PR to
Now the codes are copied and pasted automatically to the docs based on the recognition by the regular expressions, so we're wondering about a consistent naming style for all the functions and classes. |
OK. |
If this PR is related to coding or code translation, please read the contribution guideline, fill out the checklist, and paste the console outputs to the PR.