House of CodesinJavarevisited·Apr 27, 20204 Incredibly Useful Linked List Logic for InterviewThe Ultimate Guide to LINKED LIST — If you have been following me you would have known that I recently did a 100 days to Amazon Challenge. As I was solving these problems. I found many similarities between these “interview “ questions. I would like to share it with you.Java11 min read
House of CodesinJavarevisited·Dec 21, 202113 Two Pointer Problems that can help you land a JobThe Best Way To Two Pointer Problem — Introduction Two Pointer search Algorithm used to refer searching algorithms that loops over the given data structure in linear time and finds the desired solution. Usually the two pointer approach and sorting of the data goes hand in hand. If you come across a problem where you have to sort the…Java8 min read
House of CodesinDev Genius·Jun 19, 202015+ Binary Tree Coding Problems from FAANG InterviewA Binary Tree is a hierarchical Data Structure. Depending on how you store the nodes in a tree, the Terminology differs. Out of Free Stories. Here is my Friend Link Hey guys, I have been sharing a lot about Tech Interview Questions asked in FAANG, I am currently working on…Java4 min read
House of CodesinJavarevisited·Jun 27, 2018One Does Not Simply Solve 50 Hacker Rank Coding ChallengesOut of Free Stories? Here is my Friend Link. Hey, It’s been a great journey. I started from scratch, and now I have published more than 50 blogs. Each blog deals with specific questions from the hacker rank Coding challenges. In this list, I am going to attach the top…Programming18 min read
House of Codes·Jun 14, 20199 Best Strings Problem Solved Using CI have published an ebook. A compilation of 100 Java(Interview) Programming problems which have been solved . I have given clear explanation and the code in the book. Believe me when I say, this will kick start you to achieve the job at your dream company. Click on this link…13 min read
House of CodesinJavarevisited·Apr 10, 2020Top 15 Binary Tree Problems asked in FAANG InterviewsAnything and Everything you have to know about Binary Trees! — Binary Trees are one of the Most Important Data Structures out there. If you have been following me you would have known that I recently did a 100 days to Amazon Challenge. As I was solving these problems. I found many similarities between these interview questions. I would like to…Java12 min read