Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
326 stars 367 forks source link

Bidirectional Selection Sort in C, C++, Python and Java. #1672

Closed Rahul-Malakar closed 1 year ago

Rahul-Malakar commented 1 year ago

🛠️ Issue (Number)

Issue no #1671

👨‍💻 Changes proposed

  1. Added Bidirectional Selection Sort algorithm in C.
  2. Added Bidirectional Selection Sort algorithm in C++.
  3. Added Bidirectional Selection Sort algorithm in Python.
  4. Added Bidirectional Selection Sort algorithm in Java.

✔️ Check List (Check all the applicable boxes)

📄 Note to reviewers

There are 2 lines of user input :

  1. Number of elements in an array to be sorted.
  2. The elements of to be sorted.

📷 Screenshots

image

github-actions[bot] commented 1 year ago

Thanks for your contribution we will soon check your PR @rahulmalakar42 :)