题号编辑错误,重新修改题号和链接
This commit is contained in:
parent
61e4047232
commit
a992f4b0f6
|
@ -8,11 +8,11 @@ import com.ossez.lang.tutorial.models.ListNode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* 1480
|
* 102
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>@see
|
* <li>@see <a href=
|
||||||
* <a href= "https://www.cwiki.us/display/ITCLASSIFICATION/Dot+Product">https://www.cwiki.us/display/ITCLASSIFICATION/Dot+Product</a>
|
* "https://www.cwiki.us/display/ITCLASSIFICATION/Linked+List+Cycle">https://www.cwiki.us/display/ITCLASSIFICATION/Linked+List+Cycle</a>
|
||||||
* <li>@see<a href= "https://www.lintcode.com/problem/dot-product/">https://www.lintcode.com/problem/dot-product/</a>
|
* <li>@see<a href= "https://www.lintcode.com/problem/linked-list-cycle/">https://www.lintcode.com/problem/linked-list-cycle/</a>
|
||||||
* </ul>
|
* </ul>
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
|
@ -60,5 +60,4 @@ public class LintCode0102HasCycleTest {
|
||||||
System.out.println(retResult);
|
System.out.println(retResult);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue