Skip to content
  • Courses
  • Resources
  • Blog
  • Courses
  • Resources
  • Blog
BOOK COACHING
  • Courses
  • Resources
  • Blog
  • About
  • Student Login
Menu
  • Courses
  • Resources
  • Blog
  • About
  • Student Login

Linked List

Linked List Cycles: Coding Interview Question

Article

Coding Interview Question: Linked List Cycles

Coding Interview Question: Given a linked list, determine whether it contains a cycle. Click for the solution.
Random Linked List: Coding Interview Question

Article

Coding Interview Question: Random Linked List

Coding Interview Question: Given a linked list where each node has two pointers, one to the next node and one to a random node in the list, clone the list.
Remove Duplicates: Coding Interview Question

Article

Coding Interview Question: Dedup Linked List

Coding Interview Question: Given an unsorted linked list, write a function to remove all the duplicates. Click for the solution.
Doubly Linked List: Coding Interview Question

Article

Coding Interview Question: Tree to Doubly Linked List

Coding Interview Question: Given a tree, convert it into a doubly linked list from left to right by modifying the existing pointers. Click for the solution.
Reverse Linked List: Coding Interview Question

Article

Coding Interview Question: Print reversed linked list

Coding Interview Question: Given a linked list, write a function that prints the nodes of the list in reverse order. Click for the solution.
Palindromes: Coding Interview Question

Article

Coding Interview Question: Palindromes

Coding Interview Question: Given a linked list, write a function to determine whether the list is a palindrome. Click for the solution.
Split Linked List: Coding Interview Question

Article

Coding Interview Question: Split a Linked List

Coding Interview Question: Given a linked list, write a function to split the list into two equal halves. Click for the solution.
Max Stack: Coding Intervie Question

Article

Coding Interview Question: Max Stack

Coding Interview Question: Implement a stack that has a max() function, where max() returns the maximum value in the stack. Click for the solution.
Nth to Last: Coding Interview Question

Article

Coding Interview Question: Nth-to-last Element in a Linked List

Coding Interview Question: Given a linked list, and an input n, find the nth-to-last element of the linked list. Click for the solution.
Envelope Twitter Facebook Linkedin Youtube

© Byte by Byte 2016-2022

Privacy Policy

Terms and Conditions

Earnings Disclaimer