Skip to content

feat(datastructures): add SelfOrganizingLinkedList implementation and tests #16441

feat(datastructures): add SelfOrganizingLinkedList implementation and tests

feat(datastructures): add SelfOrganizingLinkedList implementation and tests #16441

Triggered via pull request August 16, 2026 05:20
Status Failure
Total duration 1m 34s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/main/java/com/thealgorithms/datastructures/lists/SelfOrganizingLinkedList.java#L47
(whitespace) WhitespaceAround: '=' is not preceded with whitespace.
build: src/main/java/com/thealgorithms/datastructures/lists/SelfOrganizingLinkedList.java#L47
(whitespace) WhitespaceAround: '=' is not followed by whitespace.
build: src/main/java/com/thealgorithms/datastructures/lists/SelfOrganizingLinkedList.java#L46
(whitespace) WhitespaceAround: '{' is not preceded with whitespace.
build: src/main/java/com/thealgorithms/datastructures/lists/SelfOrganizingLinkedList.java#L37
(whitespace) WhitespaceAround: '=' is not preceded with whitespace.
build: src/main/java/com/thealgorithms/datastructures/lists/SelfOrganizingLinkedList.java#L37
(whitespace) WhitespaceAround: '=' is not followed by whitespace.
build: src/main/java/com/thealgorithms/datastructures/lists/SelfOrganizingLinkedList.java#L36
(whitespace) WhitespaceAround: '=' is not preceded with whitespace.
build: src/main/java/com/thealgorithms/datastructures/lists/SelfOrganizingLinkedList.java#L36
(whitespace) WhitespaceAround: '=' is not followed by whitespace.
build: src/main/java/com/thealgorithms/datastructures/lists/SelfOrganizingLinkedList.java#L35
(whitespace) WhitespaceAround: '{' is not preceded with whitespace.
build: src/main/java/com/thealgorithms/datastructures/lists/SelfOrganizingLinkedList.java#L31
(whitespace) WhitespaceAround: '{' is not preceded with whitespace.
build: src/main/java/com/thealgorithms/datastructures/lists/SelfOrganizingLinkedList.java#L16
(modifier) RedundantModifier: Redundant 'public' modifier.