kevin-wayne / algs4

Algorithms, 4th edition textbook code and libraries
http://algs4.cs.princeton.edu/code/
GNU General Public License v3.0
7.42k stars 2.68k forks source link

TimSort.java implementation #124

Open maxlshk opened 9 months ago

maxlshk commented 9 months ago

Implementation of Timsort, requested in whishlist for algs4 library Java. Followed the the same style as the code in the repository algs4, supporting Comparable data types.

maxlshk commented 9 months ago

Hi. Do you have any notes on the pull request. I would really appreciate your feedback. Thank you. 🤓