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

Category: Data Structure

Data Structure

Hashing in Data Structure

Ankit KocharJanuary 19, 2023January 24, 2023
In this article, we will learn what is hashing in data structure, index mapping in hashing, what is a collision in a hash table in data structure, separate chaining collision...
Data Structure

Difference Between Tree and Graph in Data Structure

PrepbytesJanuary 18, 2023January 24, 2023
We must first understand linear and non-linear data structures before learning about tree and graph in data structures. The linear data structure is a structure with just one level and...
Data Structure

What is an array in Data Structure?

PrepbytesJanuary 17, 2023January 24, 2023
In this article, we will discuss array data structure, how to initialize it and how to work on it. We will deep dive and discuss what is an array and...
Data Structure

Linear Search in Data Structure

PrepbytesJanuary 17, 2023January 24, 2023
A very straightforward search algorithm is linear search in data structure. In this kind of search, each item is sequentially searched through. Each item is examined, and if a match...
Data Structure

What is Double-Ended Queue in Data Structure?

PrepbytesJanuary 16, 2023
We will study the data structure concept of dequeue or double ended queue in this article. Let's first take a quick look at what a data structure is before we...
Data Structure

What is Graph in Data Structure?

Niraj KumarJanuary 4, 2023January 9, 2023
A Graph is a non-linear data structure. It consists of vertices and edges. The vertices are sometimes also referred to as nodes, the edges are lines connecting any two nodes...
Data Structure

An Introduction Data Structures and Algorithms

Mohammad AlimJanuary 4, 2023January 9, 2023
In this article, we will study data structures and algorithms and how data structures and algorithms work and the real-world applications of data structures and algorithms. By the end of...
Data Structure

Main types of Data Structure

Mohammad AlimJanuary 4, 2023January 9, 2023
In this article, we will be discussing the main types of data structures that are used along with their working and real-world application as a part of computer science. A...
Data Structure

Difference between Array and Linked List

PrepbytesNovember 10, 2022
Before starting with the difference between array and linked list let’s first understand what an array is and what a linked list is. What is an Array? An array is...
Data Structure

Data Structures in Java | Queue | Heap

Guneet MalhotraSeptember 26, 2022December 14, 2022
Data structure refers to a collection of data with well-defined operationsIn this article, we’ll be discussing Data structures in Java, The term data, behaviour, or properties. A data structure is...
Data Structure

Data Structures in Java | Array | Linked List | Stack

Guneet MalhotraSeptember 26, 2022December 14, 2022
Introduction: Data structures in Java are an essential aspect of Computer Science. There are different types of data structures that help us store the data in different ways in the...
Data Structure

Data Structures Using C | Array | Linked List | Stack

Abhishek SharmaSeptember 25, 2022October 10, 2022
What are Data structures using C? Data structure is a storage that is used to store and organize data. It is a way of arranging data on a computer so...
Data Structure

Data Structures Using C | Queue | Heap

Abhishek SharmaSeptember 25, 2022October 10, 2022
A data structure is not only used for organizing the data. It is also used for processing, retrieving, and storing data. There are different basic and advanced types of data...
Data Structure

Road Map To Learn Data Structures and Algorithms(DSA)

Abhishek SharmaSeptember 21, 2022October 3, 2022
In the journey of programming, every programmer comes across a point where they want to solve a problem in a more efficient way. While finding a way out of this,...
Data Structure

Why Data Structures and Algorithms are so important for interviews ?

Abhishek SharmaSeptember 21, 2022October 3, 2022
In this Article, we will be discussing why every programmer should learn Data Structures and Algorithms. This article helps those who just started data structures and algorithms and wondered how...
Data Structure

Data Structures Using C – Trees & Graph

Abhishek SharmaSeptember 21, 2022December 14, 2022
In this tutorial, we’ll deep dive into the Data Structures using C topics majorly on trees and graphs. We know that data structures are very important and play a crucial...
Data Structure

Most Common MCQs Questions for Data Structures and Algorithms

Abhishek SharmaSeptember 21, 2022October 3, 2022
The data structure name indicates itself by organizing the data in memory. There are many ways of organizing the data in the memory as we have already seen one of...

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 30, 2023

    Dynamic Array in C

  • 2
    January 30, 2023

    Define and Include in C

  • 3
    January 30, 2023

    Java IOException

  • 4
    January 30, 2023

    Function Overloading in Python

  • 5
    January 30, 2023

    Macros in C Language

  • 6
    January 30, 2023

    C Input and Output Functions

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