Arrays
An array is a data structure containing a number of data values or finite ordered collection of homogenous data, stored in contiguous memory locations.
Arrays
By Jaskirat Singh Saggu
● Published At Mar 2022
This blog is about what arrays are, how we can declare and initialize them, and what are the advantages and disadvantages of using arrays.... Keep reading ..
Two Dimensional Array
By Shivam Verma
● Published At Mar 2022
In this blog, We will learn about two-dimensional arrays.... Keep reading ..
Dynamic arrays in C
By RAJESH RUNIWAL
● Published At Apr 2022
This article discusses Dynamic arrays, Dynamic Memory Allocation using malloc() calloc().... Keep reading ..
Difference Between Single Quoted and Double Quoted Char Array in C
By Shaurya Singhal
● Published At Jun 2022
This article will discuss all the necessary points associated with the differences between the single quoted array and the double quoted arrays in Java. We will also look at sample codes of both double quoted arrays and single quoted arrays.
... Keep reading ..
Difference between Arrays and Pointers
By SAURABH ANAND
● Published At Jun 2022
This blog covers the concepts of paging, swapping, and the difference between arrays and pointers.... Keep reading ..
Dynamically Allocate a 2D Array in C
By Toohina Barua
● Published At Jun 2022
This blog discusses the theoretical and practical implementation of how to dynamically allocate a 2D array in C. ... Keep reading ..
How to pass a 2D array as a parameter in C?
By 19RH1A05H6 Thanvi lahari Pendyala
● Published At Jun 2022
This article introduces you to the concept of parameters and gives a detailed explanation of how to pass a 2D array as a parameter to functions.... Keep reading ..
Pass an Array by Value
By Toohina Barua
● Published At Jun 2022
The blog discusses the theoretical and practical implementation of passing an array by value in C.
... Keep reading ..
Top Problems related to Arrays
Binary Search
Count Inversions
Replace 0s
Maximum Subarray Sum
Move Zeroes To End
Insert Interval
Product Of Array Except Self
Best Time to Buy and Sell Stock II
Convert Min-Heap to Max-Heap
Minimum Cost to Destination
Overlapping Intervals
Last Stone Weight
Fourth Largest Element in the Array
Alien dictionary
Water Droplet Mixing
Occurrence of X in a Sorted Array
Snake and Ladder
Longest Increasing Subsequence
Distinct Islands
Maximum in Subarrays of length K
Number Of Pairs With Given Sum