TheAlgorithms / Python

All Algorithms implemented in Python
https://the-algorithms.com/
MIT License
184.8k stars 44.45k forks source link

The problem in the Documentation of Quick Sort Algorithm #11683

Open Jils31 opened 14 hours ago

Jils31 commented 14 hours ago

What would you like to share?

As this platform is for user to learn various algorithms by reading the code and documentation provided for any language, so in the Quick sort algorithm the code written for java is exited with errors without any updation, also errors are also showing for C language

https://github.com/user-attachments/assets/9b2012ff-2d0d-4185-8f01-1881e567577a

Additional information

No response

anuran0 commented 14 hours ago

please assign this issue to me

tianyizheng02 commented 12 hours ago

This sounds like it could either be an issue with the original code examples in the C and Java algorithm repos, or it could be an issue with the website's code playground. In any case, I recommend you open an issue at https://github.com/TheAlgorithms/website instead, since the maintainers of that repo are responsible for maintaining the website.