Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7540242

Browse files
Added LL programs :octocat:
1 parent c6fff8f commit 7540242

30 files changed

+40
-128
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎Categories/Linked List/Cycle.java‎ renamed to ‎Categories/LinkedList/LinkedListCycle.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class ListNode {
44
ListNode(int x) { val = x; }
55
}
66

7-
public class Cycle {
7+
public class LinkedListCycle {
88
public boolean hasCycle(ListNode head) {
99
ListNode slow = head;
1010
ListNode fast = head;
File renamed without changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /