📰 Dev.to · Mohith
4 articles · Updated every 3 hours · View all reads
All
Articles 77,980Blog Posts 103,271Tech Tutorials 19,014Research Papers 16,896News 13,468
⚡ AI Lessons

Dev.to · Mohith
2mo ago
CA 03 - Number Guessing Game
From Number Guessing Game to System Design Concepts this session, we started by building a...

Dev.to · Mohith
2mo ago
Kadane’s Algorithm – Java
My Approach to Solving Maximum Subarray Sum Problem Understanding I was given...

Dev.to · Mohith
2mo ago
Move All Negative Elements to End
Problem Statement Given an array arr[] containing both positive and negative integers,...

Dev.to · Mohith
2mo ago
Merge Sort for Linked List (Optimized Iterative Approach) – java
After solving merge sort on a linked list using recursion, I started thinking about optimization. The...
DeepCamp AI