📰 Dev.to · Sharmila devi
5 articles · Updated every 3 hours · View all reads
All
Articles 74,291Blog Posts 101,151Tech Tutorials 18,119Research Papers 16,002News 13,076
⚡ AI Lessons

Dev.to · Sharmila devi
2mo ago
# 🔤 Valid Anagram in Java – Efficient Ways to Solve It
Checking whether two strings are anagrams is a very common problem in coding interviews and...

Dev.to · Sharmila devi
2mo ago
# 🎯 Guess the Number Game (Java) – Binary Search Made Simple
Imagine playing a game where you have to guess a number chosen by someone within a range from 1 to n....

Dev.to · Sharmila devi
2mo ago
# Sorted Squares of a Sorted Array (Java) – Efficient Two-Pointer Approach
When working with sorted arrays, a seemingly simple transformation—like squaring each element—can...

Dev.to · Sharmila devi
2mo ago
🧩 Search in Rotated Sorted Array (Java)
🚀 Problem Statement You are given: A sorted array that has been rotated A target...

DeepCamp AI