We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d9fc2 commit 05cf9c1Copy full SHA for 05cf9c1
1 file changed
src/main/java/com/thealgorithms/datastructures/graphs/TwoSat.java
@@ -57,7 +57,9 @@
57
* }
58
59
* </pre>
60
- *
+ * <p><strong>Reference</strong></p>
61
+ * <a href="https://cp-algorithms.com/graph/2SAT.html">CP Algorithm</a> <br></br>
62
+ * <a href="https://en.wikipedia.org/wiki/2-satisfiability">Wikipedia - 2 SAT</a>
63
* @author Shoyeb Ansari
64
*
65
* @see Kosaraju
0 commit comments