Skip to content

takeUforward

~ Strive for Excellence

  • Striver’s SDE Sheet
  • SDE Core Sheet
  • Interview Experience
  • Data Structure
  • Advertise with us
  • Join takeUforward

Category: Linked List

April 22, 2022 Data Structure / Linked List

Delete kth node of circular linked list

Problem Statement: Given a circular linked list, delete the kth node of the circular linked list. Example: Example 1: Input:

Continue reading
March 31, 2022 Data Structure / Linked List

Segregate even and odd nodes in LinkedList

Problem Statement : Segregate even and odd nodes in LinkedList Given a LinkedList of integers. Modify the LinkedList in such a

Continue reading
March 31, 2022 Data Structure / Linked List

Implement stack using linked list

Pre-requisites: Basic knowledge of stack and operations in the linked list. Introduction Stack is a linear data structure in which

Continue reading
March 27, 2022 Data Structure / Linked List

Detect and remove loop in a linked list

Problem Statement: Given the head of a linked list, determine if the linked list has a cycle in it and

Continue reading
March 20, 2022 Data Structure / Linked List / Queue

Implement Queue using Linked List

Problem Statement:  Implement Queue using Singly LinkedList Prerequisites: Queue and LinkedList Data Structure. Detailed Explanation of the Queue and LinkedList

Continue reading
March 20, 2022 Data Structure / Linked List

Insertion at begin of circular linked list

Problem Statement: Given a Circular Linked List, insert an element at begin of the circular linked list. Examples: Example 1:

Continue reading
March 20, 2022 Data Structure / Linked List

Delete head of Circular Linked List

Problem Statement: Given a circular linked list, delete the head of the circular linked list. Examples: Example 1: Input: 1

Continue reading
March 20, 2022 Data Structure / Linked List

Insertion at end of circular linked list

Problem Statement: Given a Circular Linked List, insert an element at end of the circular linked list. Examples: Example 1: Input:

Continue reading
March 20, 2022 Data Structure / Linked List

Pairwise swap nodes of linked list

Problem Statement: Given a singly linked list. Your task is to swap all the elements pairwise. Examples: Example 1: Input:

Continue reading
March 16, 2022 Data Structure / Linked List

Doubly Circular Linked List

What is a Doubly Circular Linked List? A doubly circular linked list is a data structure where no NULL exists. 

Continue reading

Posts navigation

1 2 3 … 5 Next Posts»

Subscribe

I want to receive latest posts and interview tips
Loading

Recent Posts

  • Input, Output, and Import in Python
  • Python Operators
  • Python Data Types
  • Type Conversion in Python
  • BuildHeap(), DecreaseKey(), and Delete() in Binary Heap

Accolite Digital Amazon Arcesium Bank of America Barclays BFS Binary Search Binary Search Tree Commvault CPP DE Shaw DFS DSA Self Paced google HackerEarth infosys inorder Java Juspay Kreeti Technologies Morgan Stanley Newfold Digital Oracle post order pre-order queue recursion Samsung SDE Core Sheet SDE Sheet Searching set-bits sorting sub-array subarray Swiggy takeuforward TCQ NINJA TCS TCS CODEVITA TCS DIGITA; TCS Ninja TCS NQT VMware XOR

Copyright © 2022 takeuforward | All rights reserved