Amazon Prime




 

13 Posts tagged with DATA STRUCTURE

  • Data Structure
  • Algorithm
  • DSA Problems
  • Data Structures & Algorithms"

    A data structure is a way of storing and organizing the data and an algorithm is a step by step procedure to to solve a particular problem.

  • Data Structure
  • Array
  • Dynamic Array
  • How ArrayList grow in size dynamically

    A dynamic array is a contiguous area of memory whose size changes dynamically when required. In dynamic arrays the size of the arrays varies over time.

  • Data Structure
  • Stack
  • Linked List
  • Stack Implementation Using Linked List

    Stack is a linear data structure to store and manipulate data which follows LIFO (Last In First Out) order during adding and removing elements in it.

  • Data Structure
  • Stack
  • Array
  • Stack Implementation Using Array

    Stack is a linear data structure to store and manipulate data which follows LIFO (Last In First Out) order during adding and removing elements in it.

  • Data Structure
  • Stack
  • Array
  • Dynamic Array
  • Stack Implementation Using Resizable Arrays

    Stack is a linear data structure to store and manipulate data which follows LIFO (Last In First Out) order during adding and removing elements in it.

     

     
    ...