mmnaseri / cs-review

An effort to refresh my CS background
MIT License
251 stars 72 forks source link

Can btree delete be more modular? #6

Open rkalyankumar opened 6 years ago

rkalyankumar commented 6 years ago

The private delete method runs over few hundres of lines of code. Can this be more modular? https://github.com/mmnaseri/cs-review/blob/master/cs-clrs/src/main/java/com/mmnaseri/cs/clrs/ch18/s3/BTree.java#L31

mmnaseri commented 6 years ago

Good point. I'll put aside some time to do it this week, unless @rfarhanian wants to do it?

rfarhanian commented 6 years ago

I will do it.

mmnaseri commented 6 years ago

Thanks @rfarhanian for taking care of this :)