📰 Dev.to · Sharmila devi
Articles from Dev.to · Sharmila devi · 5 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9050)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Sharmila devi
2w 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
2w 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
2w 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
2w ago
🧩 Search in Rotated Sorted Array (Java)
🚀 Problem Statement You are given: A sorted array that has been rotated A target...

DeepCamp AI