We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915ea5f commit f67e1a4Copy full SHA for f67e1a4
2 files changed
src/main/java/com/williamfiset/algorithms/dp/BUILD
@@ -69,13 +69,6 @@ java_binary(
69
runtime_deps = [":dp"],
70
)
71
72
-# bazel run //src/main/java/com/williamfiset/algorithms/dp:LongestCommonSubstring
73
-java_binary(
74
- name = "LongestCommonSubstring",
75
- main_class = "com.williamfiset.algorithms.dp.LongestCommonSubstring",
76
- runtime_deps = [":dp"],
77
-)
78
-
79
# bazel run //src/main/java/com/williamfiset/algorithms/dp:LongestIncreasingSubsequence
80
java_binary(
81
name = "LongestIncreasingSubsequence",
src/main/java/com/williamfiset/algorithms/dp/LongestCommonSubstring.java
0 commit comments