NA
✓
naveedtawargeri
Author & DSA Educator at navtutorial.com
Writes tutorials on Automation Testing in Java. Focused on making DSA approachable for placement-bound developers across India.
Java
Arrays
Trees
Graphs
Dynamic Programming
334
Articles
11K
Total Views
2026
Member Since
All Articles by naveedtawargeri
Sort:
Code Snippets
Find a Pair with a Given Sum in a Java Array (Two Sum, O(n) Solution)
Code Snippets
Remove a Specific Element from an Array in Java
Code Snippets
Find the Missing Number in an Array (1 to n) in Java
Code Snippets
Move All Negative Numbers to the Beginning of a Java Array
Code Snippets
Move All Zeros to the Beginning of an Array in Java
Code Snippets
Move All Zeros to the End of an Array in Java
Code Snippets
Find the Index of an Element in a Java Array (Linear & Binary Search)
Code Snippets
Rotate an Array to the Right in Java (Reversal Algorithm Guide)
Code Snippets
Rotate an Array to the Left in Java