Ukhang / algojo

An Open-Source Data Structure and Algorithm Library for Javascript 👩‍💻
MIT License
2 stars 2 forks source link

Implementation of Selection Sort in TypeScript #3

Closed neeraj542 closed 1 year ago

neeraj542 commented 1 year ago

Description:

This pull request introduces the implementation of the Selection Sort algorithm in TypeScript, adhering to the requested format. It includes the necessary code changes along with the associated documentation.

Changes Made:

Testing:

I have thoroughly tested the selectionSort function with various input arrays to ensure its correctness and efficiency.

Ukhang commented 1 year ago

@neeraj542 Thanks for contributing. Don't forget to give a star

neeraj542 commented 1 year ago

Please attach a heart ❤ icon on my chats @Ukhang