Open shhossain opened 2 years ago
Can I be assigned to this issue? Thank you!
@jhuynh06 Sure
The issue is still open as their is lots of broken code.
Dear colleagues, I very new at GitHub. But ready to contribute to solve the issues. Can you explain how can I find non-working code in readme files to fix?
fork the repository in your local machine and check for codes in readme files. And test the code in a online compiler or local computer if you have that language installed in your machine. And if a code is not running properly you can do two things if you can fix the error fix it and remove it if you can't and submit a pr(pull request). @Technic143
OK thanks. Check my understanding please (I already forked the repository). Now I can download readme files from the repository, check them with local Markdown editor and correct. Correct?
P.S. I have some knowledge in Python. Some readme files use this correct?
@Technic143 yes
Hello! I corrected: M Colouring Problem\readme.md via PyCharm and pushed this. Can you check did I do it correctly, can you use this?
You have to create a PUll request. @Technic143
I did it in PyCharm, and Pull request was sent to GitHub. Or nevertheless I have to repeat this on GitHub?
sorry, Pull is not Push,,,
I did, correct?
@Technic143 merged.
OK see thanks!
@Technic143 welcome.
Hello! Is it necessary to correct small typos like comma instead dot or one letter misprint of word in the readme?
Yes. You can fix any typos. Small or big. @Technic143
Hello! Found, that in 0/1 Knapsack Problem chapter Readme file, Python code doesn't work, an error appears. The program is without any comments - this is not easy to check. Is it necessary to find the mistake in the code or maybe find another code in the internet? Or I can try to create own code for the task, what do you think?
@Technic143 you can fix the code any way you want.
Tried to pull the corrections, but c# code is failure. I corrected only Python. Don't know how to proceed.
@Technic143 no problem. Test don't support c#.
Hi i saw that in buble sort it doesnt have an example in c# can add an exmple code ?
@TsiG-404 sure.
Ok thanks i added the code
Hey there, I'm intrested in contributing to this issue do let me know how I can help
@adkbbx you can add a new section, update or improve the existing readme.
https://github.com/shhossain/computer_science/pull/770
Updated formatting for Sorting Methods documentation in the readme's. Also fixed some typos and errors I found.
Remove broken code
Lots of broken code in the algorithm folder.
Test the code on readme files and remove those that are not working.