Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

BFS generic type implemetation

Open jitendra3109 opened this issue 7 years ago • 3 comments

Please review it and merge it so it will benefit others also.

jitendra3109 avatar Jul 11 '17 18:07 jitendra3109

Quicksort has bug previous code and having less time to fixed existing logic instead of I implemented. So it will we nice to merge it,

jitendra3109 avatar Jul 12 '17 08:07 jitendra3109

What is the issue I could not get it?

[INFO] Compiling 87 source files to /home/travis/build/pedrovgs/Algorithms/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] -------------------------------------------------------------

[ERROR] /home/travis/build/pedrovgs/Algorithms/src/main/java/com/github/pedrovgs/problem81/BreadthFirstSearch.java:[20,47] diamond operator is not supported in -source 1.5 (use -source 7 or higher to enable diamond operator)

jitendra3109 avatar Jul 15 '17 09:07 jitendra3109

Thanks for your contribution @jsroyal! But before merging this PR you have to get the checkstyle passing and cover the new algorithm with tests. Here you can find some information about how to configure the project checkstyle 😃

pedrovgs avatar Aug 05 '17 08:08 pedrovgs