Skip to content

PrepBytes Blog

ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING

Log In

Log Out

Menu
  • Language
    • C
    • C++
    • Java
    • Javascript
    • Python
  • Data Structure
    • Array
    • Graphs
    • Heap
    • Linked List
    • Segment Tree
    • Stack
    • Trees
    • Queue
  • Algorithm
    • Backtracking
    • Dynamic Programming
    • Greedy Algorithm
    • RECURSION
    • Searching
    • Sorting
  • CSE Subjects
    • Operating System
  • Company Placement
  • Interview
    • Interview Tips
    • General Interview Questions
    • Algorithms
    • Data Structure
    • Languages
    • Other Topics
  • Competitive
    • Data Structure
      • Array
      • Graph
      • Heap
      • Segment Tree
      • Stack
      • Queue
      • Tree
      • Tries
    • Algorithm
      • Backtracking
      • Dynamic Programming
      • Greedy Algorithm
      • Searching
      • Sorting
    • Other Topics
      • Computational Geometry
      • Game Theory
      • Maths
      • Pointers
      • Recursion
      • String
  • Others
    • Computational Geometry
    • Game Theory
    • Hashing
    • Maths
    • Pointers
    • Recursion
    • String

Sign in to your account

Forgot your password?

New User? Create Account

Login via OTP

We will send you an one time password on your mobile number

New User? Create Account

Login via OTP

An OTP has been sent to your mobile number please verify it below

Resend OTP in 30 sec
Resend
New User? Create Account

Register with PrepBytes

I agree to the terms and conditions.
Already have a account? Login Here

PrepBytes

Linked list articles

Convert a given Binary Tree To Circular Doubly Linked List

PrepBytesJuly 13, 2022December 14, 2022
![](https://prepbytes-misc-images.s3.ap-south-1.amazonaws.com/assets/1645007594981-Article_164.png) In this article, we will deep dive and discuss how to convert the binary tree to circular doubly linked list. Converting a binary tree to circular doubly linked list...
Linked list articles

Convert A Singly Linked List to An XOR Linked List

PrepBytesNovember 9, 2021December 14, 2022
In this article, we will see another problem of linked list Convert singly linked list into xor linked list. Linked list is a linear data structures. The node in linked...
Linked list articles

Union intersection Two Linked Lists Using Merge Sort

PrepBytesNovember 8, 2021March 10, 2022
Introduction Linked list is one of the most important concepts and data structures to learn while preparing for coding interviews. Having a good grasp of Linked Lists can be a...
Company Placement Process

How To Apply For Dell Interview, Its Recruitment Process & More

PrepBytesNovember 3, 2021July 7, 2022
About Dell Dell is an American information technology firm based in Palo Alto, California. Dell's major purpose is to deliver technology solutions and services to a variety of clients, including...
Company Placement Process

All About Apple & Its Recruitment Process

PrepBytesNovember 1, 2021July 7, 2022
About Apple Apple is one of the world's four biggest tech firms, established by three men — Steve Jobs, Ronald Wayne, and Steve Wozniak - decades ago. It is a...
Company Placement Process

Land A Job In Facebook- Learn What They Look For From A Candidate

PrepBytesNovember 1, 2021July 7, 2022
Facebook, Inc. is an American multinational technology company based in Menlo Park, California. It was founded in 2004 as TheFacebook by Mark Zuckerberg, Eduardo Saverin, Andrew McCollum, Dustin Moskovitz, and...
Company Placement Process

Wanting To Get Into Flipkart? Check Out Its Recruitment Process

PrepBytesNovember 1, 2021July 7, 2022
Flipkart is an Indian e-commerce company with headquarters in Bengaluru. It was founded in 2007 by Sachin and Binny Bansal. Before expanding into other product categories such as consumer electronics,...
Company Placement Process

Planning to get into Zoho Corp? This might be worth a read!

PrepBytesNovember 1, 2021July 7, 2022
About Zoho Corp Zoho is a business software solutions provider with more than 20 years of expertise in the field. In 2005, Zoho launched its Zoho CRM platform, which has...
Linked list articles

Menu Driven Program For All Operations On Doubly Linked List in C

PrepBytesOctober 26, 2021December 14, 2022
In the below article, we are seeing how to code a menu driven program for all operations on a doubly linked list in C. Generally a doubly linked list consists...
Linked list articles

Merge Two Unsorted Linked Lists To Get A Sorted List

PrepBytesOctober 26, 2021December 14, 2022
Introduction Even though we have seen different operations on linked lists, where we have done insertion, deletion etc. But what if we want to merge two unsorted linked lists. Lets...
C Programming

Deleting A Node In A Linked List In C

PrepBytesOctober 14, 2021March 11, 2022
Introduction The linked list is one of the most important concepts and data structures to learn while preparing for interviews. Having a good grasp of Linked Lists can be a...
Linked list articles

How to Implement Generic LinkedList in java

PrepBytesOctober 14, 2021December 14, 2022
Introduction One of the most crucial data structures to learn while preparing for interviews is the Linked List. In a coding interview, having a thorough understanding of Linked Lists might...
Java

Implementing a Linked List in Java using Class

PrepBytesOctober 8, 2021December 14, 2022
In this blog, we will discuss how to create linked list in java using class. We will deep dive to understand how the process of creating linked list is done...
Linked list articles

Flatten a multi-level linked list (Depth wise)

PrepBytesOctober 7, 2021November 25, 2022
In this article, we will learn how we can flatten the list either horizontally using the next pointers or vertically using the down pointers. let’s try to understand the logic...
Linked list articles

Flatten Binary Tree To Linked List

PrepBytesOctober 7, 2021March 10, 2022
Introduction The linked list is one of the most important concepts and data structures to learn while preparing for interviews. Having a good grasp of Linked Lists can be a...
Linked list articles

C Program For Merge Sort For Linked Lists

PrepBytesOctober 7, 2021November 24, 2022
Introduction In this blog we will learn to merge sort using a linked list in C. Sorting is an essential part of data structures. Before diving into the concepts of...
Java

ConcurrentLinkedQueue isEmpty() method

PrepBytesOctober 4, 2021March 11, 2022
Introduction ConcurrentLinkedQueue class in java extends AbstractQueue interface and implements Queue interface. This class was added in Java 5. ConcurrentLinkedQueue class is a member of the collections framework in java....
Linked list articles

Reverse a doubly-linked list in groups of given size

PrepBytesOctober 4, 2021March 9, 2022
Introduction One of the most crucial data structures to learn while preparing for interviews is the linked list. In a coding interview, having a thorough understanding of Linked Lists might...
Linked list articles

Merge Sort on a Singly Linked List

PrepBytesOctober 4, 2021November 4, 2022
Introduction Sorting is the process of arranging the elements that can be placed either in ascending or descending order. There are different sorting algorithms that can be used for arranging...
Company Placement Process

Find Out How SAP Labs Conduct Its Interviews

PrepBytesOctober 4, 2021July 7, 2022
SAP India, founded in 1996, is a completely owned subsidiary of SAP AG. SAP is a well-known leader in collaborative e-business solutions for a wide range of industries and markets...
Company Placement Process

Goldman Sachs Recruitment Process To Follow

PrepBytesOctober 1, 2021July 7, 2022
The Goldman Sachs Group, Inc. is a leading global investment banking, securities, and investment management organization that serves a large and diverse customer base of corporations, financial institutions, governments, and...
All About Adobe Hiring Process & How You Can Get Into It
Company Placement Process

All About Adobe Hiring Process & How You Can Get Into It

PrepBytesOctober 1, 2021July 7, 2022
Adobe is a multinational software firm based in the United States. The company's headquarters are located in San Jose, California. Adobe has traditionally specialized in the development of multimedia and...
Company Placement Process

Here’s What You Can Expect In An Oracle Interview!

PrepBytesOctober 1, 2021July 7, 2022
Oracle is a multinational IT services company based in Redwood City, California. The company offers databases and application products, as well as consulting, education, and support services. After Microsoft, Oracle...
Company Placement Process

Dreaming of Google? Here is how you can land a job there!

PrepBytesOctober 1, 2021July 7, 2022
Google, in full Google LLC formerly Google Inc. (1998–2017), an American search engine company, founded in 1998 by Sergey Brin and Larry Page, is a subsidiary of the holding company...
Company Placement Process

Everything You Need To Know About Amazon Recruitment Process

PrepBytesOctober 1, 2021July 7, 2022
Amazon is a well-known American multinational technology company specializing in e-commerce, cloud computing, digital streaming, and artificial intelligence. Its headquarters are in Seattle, Washington, United States, and is among one...
Company Placement Process

Quick Overview Of What A Microsoft Hiring Process Looks Like!

PrepBytesOctober 1, 2021July 19, 2022
Microsoft Firm, headquartered in Redmond, Washington, is an American multinational computer technology corporation. Bill Gates and Paul Allen launched Microsoft on April 4, 1975. The company's principal job is to...
Linked list articles

Subtract Two Numbers Represented as Linked Lists

PrepBytesSeptember 29, 2021November 8, 2022
We already have an idea as we have solved many operations that can be performed on the linked list. In this article, we will subtract two numbers represented as linked...
Linked list articles

QuickSort on Singly Linked List

PrepBytesSeptember 28, 2021November 8, 2022
Introduction In this blog, we will learn how to apply quick sort on singly linked list. Sorting is defined as arranging elements in a sorted manner and it sometimes also...
Linked list articles

Create a Doubly Linked List from the given Ternary Tree

PrepBytesSeptember 23, 2021December 13, 2022
In this blog, we will learn to create a doubly linked list from ternary tree. So, let’s get started with the creation of a doubly linked list from a ternary...
Linked list articles

Find the first node of the loop in a Linked List

PrepBytesSeptember 23, 2021November 9, 2022
In this article we will learn how to detect the starting node of a loop in the singly linked list. A loop in the singly linked list is a condition...

Posts navigation

1 2 … 4 Next

Pages

  • ALGORITHMS
  • ARRAY
  • BACKTRACKING
  • C PROGRAMMING LANGUAGE
  • C++ PROGRAMMING LANGUAGE
  • CAPGEMINI
  • CIRCULAR LINKED LIST
  • COMPANY PLACEMENT PROCEDURE
  • COMPETITIVE CODING
  • COMPUTATIONAL GEOMETRY
  • CSE SUBJECTS
  • DATA STRUCTURE
  • DOUBLY LINKED LIST
  • DYNAMIC PROGRAMMING
  • GAME THEORY
  • GRAPHS
  • GREEDY ALGORITHM
  • HASHING
  • HEAP
  • INTERVIEW PREPARATION
  • INTERVIEW TIPS
  • JAVA PROGRAMMING LANGUAGE
  • JAVASCRIPT PROGRAMMING LANGUAGE
  • Languages
  • LINKED LIST
  • LINKED LIST USING C
  • MATHEMATICS
  • OPERATING SYSTEM
  • POINTERS
  • PYTHON PROGRAMMING LANGUAGE
  • QUEUE
  • RECURSION
  • SEARCHING
  • SEGMENT TREE
  • SORTING
  • STACK
  • STRING
  • TREES

Recent Articles

  • 1
    January 27, 2023

    What is Final Class in Java?

  • 2
    January 27, 2023

    Linux Operating System

  • 3
    January 27, 2023

    Dangling Pointer in C with Example

  • 4
    January 27, 2023

    Final Keyword in Java

  • 5
    January 27, 2023

    Encapsulation in Java

  • 6
    January 27, 2023

    Polymorphism in Python

Close
Menu
  • Language
    • C
    • C++
    • Java
    • Javascript
    • Python
  • Data Structure
    • Array
    • Graphs
    • Heap
    • Linked List
    • Segment Tree
    • Stack
    • Trees
    • Queue
  • Algorithm
    • Backtracking
    • Dynamic Programming
    • Greedy Algorithm
    • RECURSION
    • Searching
    • Sorting
  • CSE Subjects
    • Operating System
  • Company Placement
  • Interview
    • Interview Tips
    • General Interview Questions
    • Algorithms
    • Data Structure
    • Languages
    • Other Topics
  • Competitive
    • Data Structure
      • Array
      • Graph
      • Heap
      • Segment Tree
      • Stack
      • Queue
      • Tree
      • Tries
    • Algorithm
      • Backtracking
      • Dynamic Programming
      • Greedy Algorithm
      • Searching
      • Sorting
    • Other Topics
      • Computational Geometry
      • Game Theory
      • Maths
      • Pointers
      • Recursion
      • String
  • Others
    • Computational Geometry
    • Game Theory
    • Hashing
    • Maths
    • Pointers
    • Recursion
    • String
FOLLOW US
CONTACT US
+91-8800 2588 17
contact@prepbytes.com
QUICK LINKS
Interview NotesMock TestsPlacement ProgrammeCoding CoursesMock InterviewAbout UsBlog