πŸ‘¨β€πŸ’»
Cracking-Interview
search
⌘Ctrlk
πŸ‘¨β€πŸ’»
Cracking-Interview
  • Data Structures and Algorithms
  • Arrays
  • Linked List
    • 1.Odd-Even Linked List
    • 2.Add Two Numbers
    • 3. Insert in a Sorted List
    • 4.Rotate List
    • 5.Palindrome Linked List
    • 6.Point of insertion between two Linked List
    • 7.Delete Node in a Linked List
    • 8.Middle of the Linked List
    • 9.Linked List Cycle
    • 10. Swapping Nodes in a Linked List
    • 11.Swap Nodes in Pairs
    • 12.Merge Two Sorted Lists
    • 13.Reverse a Linked List
    • 14. Reverse Linked List II
    • 15.Copy List with Random Pointer
    • 16.Remove Duplicates from Sorted List
    • 17. Merge k Sorted Lists
    • 18. Remove Nth Node From End of List
    • 19. Sort List
    • 20. Reverse Nodes in k-Group
    • 21. Partition List
    • 22. Flattening a Linked List
    • Basic Implementation of Singly Linked List
    • Basic Implementation of Doubly Linked List
  • Strings
  • Binary Tree
  • Stack and Queue
  • Hash Table
  • Binary Search
  • Binary Search Tree
  • Bit manipulation
  • Graph
  • Disjoint Sets(Union-Find)
  • Heap and Priority Queue
  • Trie
  • Dynamic Programming
  • Greedy Algorithms
  • Backtracking
  • Sub Array and Sliding Window Problems
  • Design
  • Maths
  • Sorting-Algorithms
    • Merge Sort
    • Quick Sort
    • Heap Sort
    • Selection Sort
    • Bubble Sort
    • Insertion Sort
  • Expected Interview MCQ and Questions c++
  • Concepts in C++
  • System Design Questions
  • πŸ’ΎDBMS
    • Introduction
    • RBMS
    • JOINS
    • SQL
  • πŸ–₯️OS
    • OS and Its Types
    • Process Concept and Threads
    • Process Synchronization
    • Deadlock in Operating System
    • Memory Management
    • Imp Questions of OS for Interviews
  • πŸš™OOPS
    • Introduction and Definitions
  • πŸ“¨COMPUTER-NETWORKS
    • OSI | TCP IP Model
    • Topology
    • Network Devices
    • IP Address
gitbookPowered by GitBook
block-quoteOn this pagechevron-down

Linked List

Various problems related to Linked List

Problems in this section:-

Basic Implementation of Singly Linked Listchevron-rightBasic Implementation of Doubly Linked Listchevron-right1.Odd-Even Linked Listchevron-right2.Add Two Numberschevron-right3. Insert in a Sorted Listchevron-right4.Rotate Listchevron-right5.Palindrome Linked Listchevron-right6.Point of insertion between two Linked Listchevron-right7.Delete Node in a Linked Listchevron-right8.Middle of the Linked Listchevron-right11.Swap Nodes in Pairschevron-right9.Linked List Cyclechevron-right10. Swapping Nodes in a Linked Listchevron-right12.Merge Two Sorted Listschevron-right13.Reverse a Linked Listchevron-right14. Reverse Linked List IIchevron-right15.Copy List with Random Pointerchevron-right16.Remove Duplicates from Sorted Listchevron-right17. Merge k Sorted Listschevron-right18. Remove Nth Node From End of Listchevron-right19. Sort Listchevron-right20. Reverse Nodes in k-Groupchevron-right21. Partition Listchevron-right

PreviousTwo Pointer Methodchevron-leftNext1.Odd-Even Linked Listchevron-right

Last updated 4 years ago