Skip to content

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

Data structure

Concepts of Data and Information

December 3, 2023November 19, 2023 by Team EasyExamNotes

Definitions: Data: Raw facts and numbers without meaning; it could be unprocessed and not make sense on its own. Information: Processed, organized or structured data … Read more

Data Structures: Definition, Importance, Applications and types

December 3, 2023October 15, 2023 by Team EasyExamNotes

A data structure: Purpose: Key Aspects of Data Structures: 1. Organization of Data: Data structures define how information is structured and stored in memory. This … Read more

Insertion Operation on Array

December 3, 2023July 27, 2022 by Team EasyExamNotes

In an array, insertion is the process of inserting one or more elements. In an array, insertion can be performed at Before first element After … Read more

Traversal operation on array

December 3, 2023July 27, 2022 by Team EasyExamNotes

In array traversal operation is the process of visiting each element once. In array, index number is the key factor to support any operation. In … Read more

Array in Data Structure

December 3, 2023July 26, 2022 by Team EasyExamNotes

An array is a collection of similar data items stored at contiguous memory locations. For example, Example 01: Array initialization: In above example, int is … Read more

Linked List in Data Structure

December 3, 2023July 18, 2022 by Team EasyExamNotes

A linked list is a series of data structures that are linked together. Structure of linked list: Linked list looks like collection of connected nodes. … Read more

GATE CS | Binary tree questions | Prof. Jayesh Umre

February 13, 2024February 22, 2019 by Team EasyExamNotes

GATE | Binary Search Tree | Related Questions | Prof. Jayesh Umre

February 13, 2024February 22, 2019 by Team EasyExamNotes

GATE 2004, Calculate height of Binary Tree | Prof. Jayesh Umre

February 13, 2024February 22, 2019 by Team EasyExamNotes

GATE 2010 Binary tree descendent | Prof. Jayesh Umre

February 13, 2024February 22, 2019 by Team EasyExamNotes
Older posts
Page1 Page2 Page3 Next →

© 2024 EasyExamNotes.com | Some content on this site was generated with the assistance of Google's Gemini AI and ChatGPT.