DEV Community

Array Series' Articles

Back to Mahbub Alam Masum's Series
How to Reverse an Array: Step-by-Step Guide
Cover image for How to Reverse an Array: Step-by-Step Guide

How to Reverse an Array: Step-by-Step Guide

Comments
3 min read
How to Find the Largest Element in an Array
Cover image for How to Find the Largest Element in an Array

How to Find the Largest Element in an Array

1
Comments
3 min read
How to Find the Second Largest Element in an Array
Cover image for How to Find the Second Largest Element in an Array

How to Find the Second Largest Element in an Array

Comments
4 min read
How to Check if an Array is Sorted
Cover image for How to Check if an Array is Sorted

How to Check if an Array is Sorted

Comments
3 min read
How to Remove Duplicates from a Sorted Array
Cover image for How to Remove Duplicates from a Sorted Array

How to Remove Duplicates from a Sorted Array

Comments
3 min read
How to Left Rotate an Array by D Positions
Cover image for How to Left Rotate an Array by D Positions

How to Left Rotate an Array by D Positions

Comments
3 min read
How to Right Rotate an Array by D Positions
Cover image for How to Right Rotate an Array by D Positions

How to Right Rotate an Array by D Positions

Comments
3 min read
How to Move Zeros to the End of an Array
Cover image for How to Move Zeros to the End of an Array

How to Move Zeros to the End of an Array

1
Comments
3 min read
Union of Two Sorted Arrays
Cover image for Union of Two Sorted Arrays

Union of Two Sorted Arrays

1
Comments
4 min read
Intersection of Two Sorted Arrays
Cover image for Intersection of Two Sorted Arrays

Intersection of Two Sorted Arrays

Comments
4 min read
How to Find the Missing Number in an Array
Cover image for How to Find the Missing Number in an Array

How to Find the Missing Number in an Array

4
Comments
6 min read
How to Find the Maximum Consecutive Ones in an Array
Cover image for How to Find the Maximum Consecutive Ones in an Array

How to Find the Maximum Consecutive Ones in an Array

5
Comments
2 min read
How to Find the Element that Appears Once in an Array
Cover image for How to Find the Element that Appears Once in an Array

How to Find the Element that Appears Once in an Array

Comments
5 min read