Nikhil-2002 / Programming_Hactoberfest23

10 stars 75 forks source link

Create Minimum Sum of Four Digit Number After Splitting Digits #76

Closed ishita3513 closed 10 months ago

ishita3513 commented 10 months ago

I have added two approaches in Java. Explanation is commented on. || Java || Two approaches || Explanation || O(nlogn) || O(n) || Very Easy to understand ||

ishita3513 commented 10 months ago

@Nikhil-2002 review my code and suggest if any changes to be made to it.