Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed unnecessary comment slashes
  • Loading branch information
Rushi committed Mar 17, 2022
commit 8580744c2dfe4cdbefbd95b7a529269478d21689
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ public class SinglyLinkedList extends Node{

/**
* Head refer to the front of the list
*//*
*/
private Node head;

*//**
/**
* Size of SinglyLinkedList
*//*
*/
private int size;
*/

/**
* Init SinglyLinkedList
*/
Expand Down