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.49k stars 12.35k forks source link

Code Transpilation to C (Help Wanted) #425

Closed Gonglja closed 6 months ago

Gonglja commented 1 year ago

We need your help translating the code to C.

Please check the contribution guidelines at #15

TODO List

MG-Guan commented 1 year ago

I've shot a PR for hashing part. https://github.com/krahets/hello-algo/pull/429

what-is-me commented 1 year ago

please delete add chapter_sorting by dart (@what-is-me @krahets )from this Issue. dart is not c. Thanks.

Gonglja commented 1 year ago

please delete add chapter_sorting by dart (@what-is-me @krahets )from this Issue. dart is not c. Thanks.

Thanks @what-is-me , updated Check the history of the file at that time, add this part if there is a change history

Gonglja commented 1 year ago

I've shot a PR for hashing part. #429

OK, thanks @MG-Guan

Gonglja commented 1 year ago

I've shot a PR for hashing part. #429

Thanks @MG-Guan, but the code does not match the description in the text, please refer to the implementation of array_hashing_map in other languages

MG-Guan commented 1 year ago

I've shot a PR for hashing part. #429

Thanks @MG-Guan, but the code does not match the description in the text, please refer to the implementation of array_hashing_map in other languages

Got it. Thanks for the replay : )

he-weilai commented 1 year ago

@krahets Hello,I have found that the newly added dynamic planning chapter does not yet have C language code. Can I participate in C language code translation?

krahets commented 1 year ago

@huawuque404 C code contributions are welcome!

lhxsm commented 1 year ago

I've shot a PR for N queens. https://github.com/krahets/hello-algo/pull/774

krahets commented 6 months ago

Closed because the 1st edition has been completed! Thank you for the great work!