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 a3255e3

Browse files
Update LinkedList.java
1 parent d4418f4 commit a3255e3

File tree

1 file changed

+1
-1
lines changed
  • algorithms/src/main/java/ivanmarkovic/algorithms/linkedlists/singlylinkedlists

1 file changed

+1
-1
lines changed

‎algorithms/src/main/java/ivanmarkovic/algorithms/linkedlists/singlylinkedlists/LinkedList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public Integer deleteNodesWithValue(int value) {
9797
}
9898
}
9999

100-
public void deleteOnOndex(int index) {
100+
public void deleteOnIndex(int index) {
101101
int size = this.numberOfElements();
102102
if(index < 0 || index >= size)
103103
return;

0 commit comments

Comments
(0)

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