-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Code Transpilation to C (Help Wanted) #425
Comments
I've shot a PR for hashing part. #429 |
please delete add chapter_sorting by dart (@what-is-me @krahets )from this Issue. |
Thanks @what-is-me , updated |
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 : ) |
@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? |
@huawuque404 C code contributions are welcome! |
I've shot a PR for N queens. #774 |
Closed because the 1st edition has been completed! Thank you for the great work! |
We need your help translating the code to C.
Please check the contribution guidelines at #15
TODO List
Computational Complexity
Array And LinkedList
Stack And Queue
Hashing
Tree
Heap
Graph
Searching
Sorting
Divide and Conquer
Backtracking
The text was updated successfully, but these errors were encountered: