Rishi YadavforRishi's Code Chaosrishi-chaosing.hashnode.dev路Nov 22, 2024Day 3 of the 100 Days DSA Challenge: Arrays AdvancedWelcome to Day 3 of the 100 Days DSA (Data Structures and Algorithms) Challenge! Today, we鈥檒l explore some advanced operations with arrays. These tasks will help you deepen your understanding of array manipulation and prepare you for tackling more co...Discuss路10 likes100DaysOfCode
Rishi YadavforRishi's Code Chaosrishi-chaosing.hashnode.dev路Nov 22, 2024Day 2 of 100 Days of DSA Challenge: Array BasicsWelcome to Day 2 of the 100 Days DSA (Data Structures and Algorithms) Challenge! Today, we are diving into the fascinating world of arrays. Arrays are fundamental structures that hold elements in a connected block of memory, and understanding them is...Discuss路10 likesDSA
Tushar Panttusharpant.online路Nov 22, 2024Day 3 of 100 Days of DSA Challenge: Arrays AdvancedOn Day 3 of my 100 Days of DSA challenge, I delved into advanced array problems. These problems required a deeper understanding of algorithms and efficient data manipulation techniques. Below are the problems and their Java solutions. 1. Merge Two S...Discuss100 days of DSADSA
Tushar Panttusharpant.online路Nov 21, 2024Day 2 of 100 Days of DSA Challenge: Arrays BasicsIn today's journey of the 100 Days of DSA challenge, I explored fundamental array operations. Arrays are a versatile data structure, and mastering their operations is crucial for solving problems effectively. Here are the problems I tackled, along wi...Discuss100 days of DSADSA
Shobo Adefowopetaiwoadefowope.hashnode.dev路Nov 21, 2024JavaScript's BEST KEPT SECRET is the Power of forEach() Functions1. Introduction The forEach() method in JavaScript is used to iterate over an array and execute a provided callback function on each element. It鈥檚 important to note that forEach() does not return anything (it returns undefined), making it non-chaina...DiscussJavaScript
Ekemini Thompsonekeminithompson.hashnode.dev路Nov 17, 2024Arrays and Strings: The Sliding Window challengeImagine a bank in Nigeria that has a mobile banking app, where customers perform several transactions throughout the day. The bank needs to identify certain patterns in a customer's transaction behavior. For instance, the bank may want to identify if...Discussdata structures and algorithmsliding window
Nikhil Ramtekegit-command.hashnode.dev路Nov 15, 2024Chapter 2 : Mastering Arrays: A Key to Cracking FAANG DSA InterviewsWelcome to Chapter 2 of our DSA in Java journey! Today, we'll delve into arrays, one of the fundamental building blocks of programming and a crucial concept for FAANG interview success. 2.1: What are Arrays? An array is a data structure used in progr...Discuss路10 likes路39 readsJava
Sandeep Singhsandeepdevhub.hashnode.dev路Nov 13, 2024Rest Parameters vs. Spread Syntax: Simplified Explanation-Hi 馃憢 fellow developers! My name is Sandeep Singh, and I am an aspiring web developer. Today, I am back with an interesting and useful JavaScript concept: Rest Parameters and Spread Syntax. In this article, I will aim to make these two concepts clear...Discussjavscript
Arsalan Adeeblogicbricks.hashnode.dev路Nov 12, 2024Flattening an array and little more.Interviewing coders requires smart and insightful questions to differentiate between those who truly understand coding concepts and those who rely solely on memorised answers. Below are a series of array manipulation questions designed to challenge c...Boniface Gordian and 1 other are discussing this2 people are discussing thisDiscuss路14 likes路42 readsJavaScript
Abhishek Dubeylearning-in-public-week-1.hashnode.dev路Nov 10, 2024Week 1 updatesWe all know the feeling: there鈥檚 something we should be doing, but we keep pushing it aside鈥攚hether it鈥檚 a task we dread or something we鈥檙e simply avoiding. For me, this was learning DSA. I had the resources, I knew the importance of it, but procrast...Discuss路46 readsProgramming Blogs