Andrii Siriak

Results 229 comments of Andrii Siriak

@parth-verma7 feel free to contribute if it's not implemented yet

You can contribute it, it's MIT-licensed, after all

Implemented here https://github.com/TheAlgorithms/Java/blob/e96f567bfc6e980dc5c4c48ccf185d7f7c7108ab/src/main/java/com/thealgorithms/others/SJF.java

We don't include documentation separately from algorithm implementation. You could add info about asymptotic complexity of algorithms next to them in comments though

You can add optimized versions of algorithms next to originals. No need for a separate folder

Closed in favor of https://github.com/TheAlgorithms/Java/pull/3720

JUnit tests https://www.tutorialspoint.com/junit/junit_test_framework.htm

That sounds interesting if you could set this up

Doesn't this class implement this? https://github.com/TheAlgorithms/Java/blob/9fb3364cccc5373c32dbdb661f773c5ee753c77a/src/main/java/com/thealgorithms/datastructures/stacks/StackArray.java