AKAnkit kumar Singhinankitsingh2003.hashnode.dev·2d ago · 8 min readMove Zeroes: From Brute Force to Two Pointers 🚀When I first looked at the Move Zeroes problem, the problem seemed simple: Move all the zeroes to the end of the array. But there is one important condition: the order of the non-zero elements shoul00
GCGunjan C.inleetcodevisualized.hashnode.dev·2d ago · 4 min readLeetCode #01 | 2390. Removing Stars From a String | Stack Approach | Java, C & Python👋 Introduction Welcome to LeetCode Visualized! In this series, we'll solve LeetCode problems using visual explanations, intuitive walkthroughs, and clean implementations in Java, Python, and C. Today10
AKAnimesh Kumarinanimeshk.hashnode.dev·3d ago · 5 min readMy Software Engineer Interview Experience at Visa (2026)Recently, I had the opportunity to interview for a Software Engineer role at Visa, which ultimately led to an offer and I'm excited to share my experience with the hope that it helps others preparing 10
VVVidit Vatsindsa-decoded.hashnode.dev·3d ago · 5 min readLC-15 3Sum ProblemGiven an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0. Notice that the solution set must not conta00
VVVidit Vatsindsa-decoded.hashnode.dev·3d ago · 2 min readLC 167 Two Sum II - Input Array Is SortedGiven a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers such that they add up to a specific target number. Let these two numbers be numbers[index1]00
VVVidit Vatsindsa-decoded.hashnode.dev·4d ago · 2 min readLC-1 Two Sum ProblemWe are given an array of integers nums and an integer target. Return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you00
AAnnetinhtml-portfolio.hashnode.dev·3d ago · 4 min readArrays in Python: A Beginner's Guide to Common OperationsArrays are one of the first data structures every programmer learns. They allow us to store multiple values in a single variable and access them efficiently using indexes. In Python, we commonly use l00
DMDurgesh Musaleinbacktraking.hashnode.dev·3d ago · 1 min readHow i recursion and the backtrakking Understand !!Hey,My name is the Durgesh before some day's i covered Recursion and backtracking i used as an resources #KunalKushwahaDSASeries and the my Class Teacher #ShubamSir. How I start Recursion. While in10
LWLearn with HJinblog.hardeepjethwani.com·5d ago · 29 min read🔗 Linked Lists in the Age of AIA beginner-friendly and humorous guide to linked lists, nodes, references, operations, time complexity, cycle detection, reversal, and practical AI use cases with Python. 😂 Everyone Knows Only the N23KJ
ARAniket Rawateinaniketrawate.hashnode.dev·5d ago · 6 min readRick’s Car Battery Made Me Finally Understand RecursionI was rewatching Rick and Morty Season 2, Episode 6 (“The Ricks Must Be Crazy”), and halfway through the episode I had one of those moments where your brain suddenly connects two completely unrelated 10