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
Bhuvaneshiam-bhuvan.hashnode.dev·Sep 24, 2024Everything You Need to Know Before Learning DSAWhen it comes to programming, many developers often wonder about Data Structures and Algorithms (DSA). What exactly are they? Why do companies, especially tech giants like FAANG (Facebook, Apple, Amazon, Netflix, Google), emphasize solving DSA proble...Discuss·10 likesdata structures
Dominick J. Monacodominickjmonaco.hashnode.dev·Jul 24, 2024Tackling the C-Shape Challenge: A FAANG interview stapleKicking things off! Welcome to the first entry in my new blog post series, where I'm taking a leaf out of Brian Douglas's hat from OpenSauced. I'll be diving into the world of LeetCode style interview questions, sharing my experiences and solutions f...Discuss·15 likes·106 readsLearning Data Structures and Using Algorithms.leetcode
Anshuman SinhaforBitfusion Dynamics Researchbitfusion.hashnode.dev·Jul 13, 2024Top 20 System Design Questions1. What is a Load Balancer? Answer: A load balancer distributes incoming network traffic across multiple servers to ensure no single server becomes overwhelmed. This improves system reliability and availability. Load balancers can operate at differen...DiscussSystem Design
Sahil Jagtapsahiljagtap.hashnode.dev·Jun 18, 2024Steps to Land Your First Software Engineering Internship1. Start Early The internship recruiting process often begins 6-9 months before the internship start date. Many top companies fill their internship roles in the fall for the following summer. Get an early start by: Attending career fairs in Septembe...DiscussSWE Intern
Alex Hernandezblog.ahernandez.dev·May 30, 2024Coding Interview Prep: Time Needed to Inform All Employees - C++Here we will go over the solution to the Leetcode problem #1376: Time Needed to Inform All Employees The problem deals with figuring out how long it would take a head of a company to send an urgent message through an organization by giving it to his ...DiscussCoding Interview PrepFAANG
Alex Hernandezblog.ahernandez.dev·May 29, 2024Coding Interview Prep: Time Needed to Inform All Employees - GoLangHere we will go over the solution to the Leetcode problem #1376: Time Needed to Inform All Employees The problem deals with figuring out how long it would take a head of a company to send an urgent message through an organization by giving it to his ...Discuss·45 readsCoding Interview PrepFAANG
Alex Hernandezblog.ahernandez.dev·May 28, 2024Coding Interview Prep: Binary Tree Maximum Path SumHere we will go over Leetcode problem 124: Binary Tree Maximum Path Sum The steps we must follow are: Define a helper function that calculates the maximum path sum with the highest node being the root of the path and updates the global maximum path ...Discuss·42 readsCoding Interview PrepGo Language
Alex Hernandezblog.ahernandez.dev·May 28, 2024Coding Interview Prep: BST Serialization in GoLangWhy Serialize a BST? Serialization is converting a data structure into bits the purposes of storing the data in memory or as a file for later retrieval, or to use less space when transmitting it across a network connection. A Binary Search Tree (BST)...Discuss·65 readsCoding Interview Prepinterview questions
Oluwagbenga FagbolaforJust Go Along!just-go-along.hashnode.dev·May 6, 2024Demystifying Data Structure & AlgorithmHey Guys! Welcome back! 🫶🏾 In the previous article, I delved into my plans for unraveling mysteries, discussing ideas like "being a conqueror and achieving conquests". While all statements remain valid (I firmly stand on my protocol :) the current ...Discuss·2 likes·48 readsData Structure & AlgorithmDSA