19-1-skku-oss / 2019-1-OSS-E4

2019 05 07
https://19-1-skku-oss.github.io/2019-1-OSS-E4/
3 stars 0 forks source link

Need help on Timsort #26

Closed kimjy0126 closed 5 years ago

kimjy0126 commented 5 years ago

I'm working on Timsort as I noticed you on issue #17, but it's very difficult to understand for me. If somebody understand this algorithm, please let me know how it works.

Here is wikipedia page of Timsort.

P.S. Almost every implementation of Timsort in google is actually not the exact algorithm.

CheFly1116 commented 5 years ago

I've implemented TimSort for my data structure introduction assignment. I'll push my own code until this morning.

kimjy0126 commented 5 years ago

Thanks! After checking that the code is uploaded well today, I'll close this issue.

kimjy0126 commented 5 years ago

@CheFly1116 TimSort!

CheFly1116 commented 5 years ago

Sorry :( I was busy for my Java Group Assignment I've pushed my Timsort Code into master branch.

kimjy0126 commented 5 years ago

@CheFly1116 Still I cannot understand the code, but... it is not important. Renamed on pull request #41. Thank you for your support.