Utkarsh1504 / DSA-Java

This repository contains all the concepts related to data structures and algorithms to get started. It also consists of a lot of problem-solving techniques that will help you in solving the questions of the coding rounds.
https://utkarsh1504.github.io/DSA-Java/
Apache License 2.0
149 stars 95 forks source link

new lesson: <intro-linkedlist> #155

Open poojakumari11228 opened 1 year ago

poojakumari11228 commented 1 year ago

⭐ Request Type

section: Linked Lists order: 12B path: /intro-linkedlist

💻 Location

https://github.com/Utkarsh1504/DSA-Java/tree/main/lessons

❌ Additional Info

Theoretical concepts plus code implementation

  1. What is LinkedList?
  2. How LinkedList works internally?
  3. Types of LinkedList
  4. LinkedList vs Array - when to use what?
  5. Creating your own LinkedList
  6. Utilizing java.util.linkedlist
shoebxsiddiqui commented 1 year ago

I want to work on this pls assign me this

poojakumari11228 commented 1 year ago

⭐ Request Type

section: Linked Lists order: 12B path: /intro-linkedlist

💻 Location

https://github.com/Utkarsh1504/DSA-Java/tree/main/lessons

❌ Additional Info

Theoretical concepts plus code implementation

  1. What is LinkedList?
  2. How LinkedList works internally?
  3. Types of LinkedList
  4. LinkedList vs Array - when to use what?
  5. Creating your own LinkedList
  6. Utilizing java.util.linkedlist

please assign, I have implemented the code just waiting :-)