Kondwani7 / Data-structures-and-Algorithms-Java

DSA code in java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures and algorithms in Java

Interface

Description

This repository contains a breakdown of the various data structures and algorithms implemented in java

Table of contents

SinglyLinkedLists

In this section, we covered these concepts such as:

  • printing a singly linked list
  • Getting the length of a singly linked list
  • Insert a node at the beginning and end of a singly linked list
  • insert a node at a given position of a linked list
  • delete a node at the beginning end of a singly linked list
  • delete a node at a given position of a linked list
  • search for a specific value of a node in a linked list
  • Reverse a linked list
  • Find the middle node in a linked list
  • fnd the nth node from the end of the linked list
  • Remove duplicates from a sorted linked list

DoublyLinkedLists

In this section, we cover concepts such as:

  • first
  • second

About

DSA code in java


Languages

Language:Java 100.0%