Skip to content

This Module consists of several problems in Linked List and some Optimized solutions like Floyd's algorithm for loop detection, merge sort, insertion sort, etc..

Notifications You must be signed in to change notification settings

gowthamrajk/Linked-List-Problems

Repository files navigation

Linked-List-Problems

This Module consists of several problems in LinkedList and some Optimised solutions like Floyd's algorithm for loop detection, merge sort, insertion sort, etc..

Types of Linked List:

  1. Singly Linked List
  2. Doubly Linked List
  3. Circular Linked List

Basic Operations on Linked List:

  • Traversal: To traverse all the nodes one after another
  • Insertion: To add a node at the given position
  • Deletion: To delete a node
  • Searching: To search an element(s) by value
  • Updating: To update a node
  • Sorting: To arrange nodes in a linked list in a specific order
  • Merging: To merge two linked lists into one

About

This Module consists of several problems in Linked List and some Optimized solutions like Floyd's algorithm for loop detection, merge sort, insertion sort, etc..

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages