Closed MathewRo closed 5 years ago
Application Seg Faults at times. A specific input patter might be causing this.
Bug Fixed in commit 905a4bc22bbb09f60779025b5103ebb96e02e0f1 Issue was caused in the QuickSort function where signed int wrapped around to a very high unsigned int value during recursion
Application Seg Faults at times. A specific input patter might be causing this.