Andrii Siriak

Results 229 comments of Andrii Siriak

@misgald please make a pull request

Take a look at the files here https://github.com/TheAlgorithms/Java/tree/master/src/test/java/com/thealgorithms, `main` is an entry point and won't be run by a testing framework. It would help if you had JUnit tests https://www.vogella.com/tutorials/JUnit/article.html

Currently I think of running it daily on master once it's fixed

This is an open issue since I didn't have time to fix it yet

How can the scripts be tested if they don't accept data as arguments? I think we need to add unit tests instead. They will test our code and provide users...

So you suggest having algorithms separated from data and unit tests that will show usage of the algorithms? And the tests can be transformed into HTML reports for convenience? Sounds...

Hi @alexfertel, I'm cleaning up this repo at the moment and will continually review new submissions, so feel free to contribute here too :)

@Azeajr seems like no one is working on that at the moment, but you can check open PRs to be sure

@b42thomas depending on how complex they are. If you're implementing naive approaches, they can be merged together, if some complex algorithms, better to do them separately

@er888kh, I think we can have both versions. Depending on the task at hand, both can be useful.