Prem-Kumar-Dev / hacktoberfest2024-project

Welcome to the Hacktoberfest 2024 beginner coding problems repository! This project is designed for those who want to contribute to open-source while solving basic coding challenges. Whether you are a first-time contributor or looking to practice programming, you're in the right place.
MIT License
8 stars 77 forks source link

want to add QuickSort code in java #57 #58

Open simran0963 opened 1 month ago

simran0963 commented 1 month ago

Added a java code that implements QuickSort algorithm, using last element as the pivot element.