Skip to content
#

linkedlists

Here are 29 public repositories matching this topic...

A repository for understanding Java data structures. Covers primitive data types (e.g., int, float, double, char) and high-level data structures like arrays, linked lists, stacks, queues, and maps, with detailed explanations and usage examples

  • Updated Jan 13, 2025
  • Java

Welcome to DSA in Java, your ultimate resource for mastering Data Structures and Algorithms (DSA) using Java. This repository is designed to help you build a strong foundation in one of the most essential skills for coding interviews, competitive programming, and real-world software development.

  • Updated Sep 28, 2024
  • Java

1.Traverse/Display 2.Add Last 3.Add First 4.Add At 5.Get First 6.Get Last 7.Get At 8.Get Node At 9.Remove First 10.Remove Last 11.Remove At 12.a.Reverse A LL Using Reverse Data 12.b.Reverse A LL Using Reverse Pointers 13.a.Middle Node Data Using Get At 13.b.Middle Node Data W/O Using Size

  • Updated Aug 1, 2020
  • Java

Improve this page

Add a description, image, and links to the linkedlists topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linkedlists topic, visit your repo's landing page and select "manage topics."

Learn more