Skip to content

Instantly share code, notes, and snippets.

View mayank-verma-cs19's full-sized avatar

Mayank Verma mayank-verma-cs19

  • GLA University
  • Mathura, India
View GitHub Profile
/* Created by IntelliJ IDEA.
* Author: MAYANK VERMA
* Date: 08-03-2021
* Time: 19:00
* File: StackMain.java
*/
/*Assume that the singly linked list is implemented with a header node without tail node
i) Write a class that includes the method to return the size of linked list.
/* Created by IntelliJ IDEA.
* Author: MAYNK VERMA
* Date: 08-03-2021
* Time: 19:00
* File: StackMain.java
*/
/*Assume that the singly linked list is implemented with a header node without tail node
i) Write a class that includes the method to return the size of linked list.
/* Created by IntelliJ IDEA.
* Author: MAYNK VERMA
* Date: 08-03-2021
* Time: 15:55
* File: StackMain.java
*/
/*Assume that the singly linked list is implemented with a header node without tail node
i) Write a class that includes the method to return the size of linked list.