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
Check Palindrome Number in Java: Full Code + Logic (2026)
Code Snippets
Check Prime Number in Java: Optimized Code (sqrt(n) Method)
Code Snippets
Check Leap Year in Java: Simple Logic + Full Code (2026)
Code Snippets
Find Power of a Number in Java: Loop, Math.pow() & Recursion
Code Snippets
Find Factorial of a Number in Java: Loop, Recursion & BigInteger
Code Snippets
Count Number of Digits in Java: 4 Methods (Loop, String, Log10)
Code Snippets
Sum of Digits in Java: While Loop, Recursion & Optimized Code
Code Snippets
Reverse a Number in Java: 4 Methods (Loop, Recursion, StringBuilder)
Code Snippets
Find the Largest Among 3 Numbers in Java (4 Methods + Code)