AIBauchi / PyDS-A

PyDS-A: Python Data Structures and Algorithms Library - Your go-to resource for essential data structures and algorithms, implemented in Python. Improve your coding skills and optimize your programs with this comprehensive collection.
MIT License
8 stars 12 forks source link

Adds merge sort algorithm #21

Closed rghvsh closed 1 year ago

rghvsh commented 1 year ago

PR Description

Description

Adds merge sort algorithm.

Related Issue

Closes: #12

Testing

Tested using doctests

python -m doctest -v mergesort.py

All tests passed.

Author

Raghav Sharma (@rghvsh)

Tinny-Robot commented 1 year ago

@rghvsh please use snake_case or multiword variable names and file names. thank you.

rghvsh commented 1 year ago

sure