krahets / hello-algo

《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
https://www.hello-algo.com
Other
97.79k stars 12.39k forks source link

translation: refine translation of binary_search_tree.md #1484

Closed steventimes closed 1 month ago

steventimes commented 2 months ago

If this pull request (PR) pertains to Chinese-to-English translation, please confirm that you have read the contribution guidelines and complete the checklist below:

If this pull request (PR) is associated with coding or code transpilation, please attach the relevant console outputs to the PR and complete the following checklist:

steventimes commented 2 months ago

I have made some error fixes and refinements

steventimes commented 1 month ago

@K3v123, I think your suggestions are really good, I have made a new commit based on your suggestions. I have changed all "takes" back to "requires" so @krahets and reviewers may changed all the involved files if they decided so (I think required is too absolute, as these running times are average running time, not best or worst running time if I remember them right). For the optional ones, I have changed the wording a little so the file wording stays consistent. Thank you

krahets commented 1 month ago

Hi @steventimes, we use the American style of punctuation, so I'm reducing “xxx”, to `“xxx,”.