Tanusha RainaforShe Breaks the Binarytechshetalks.hashnode.dev·Aug 6, 2024DSA : Linked Lists Solutions in Cpp (Converting an array to LinkedList)LeetCode Like a Lady: Cracking Coding Interviews in Heels - Linked List Solutions Hello, world! I’m excited to share my journey through the Linked List problems from Striver's A2Z DSA Sheet. In this series, I’ll be posting function implementations in...DiscussDSAwithTim
Paras kaushikforBlogs by Parasparaskaushik.hashnode.dev·Jan 1, 2024Arrays ,Sliding Window ,Prefix sum and n Pointers ProblemsSet Matrix zeros IDEA: To solve this problem, use the first row and column of the matrix to store markers indicating if a row or column should be set to 0's. this way we don't have to use any extra space Iterate through the matrix, and if an element...Discuss·38 readsDSAstriver dsa sheet
Alisha KausheenforAlisha's Perspective alishakausheen.hashnode.dev·Sep 15, 2023Dutch National Flag AlgorithmTalking about Dutch National flag algorithm all we can think of is a problem , if and else conditions in loop and there we go the array is sorted.But we never talked about its intution , why we use and how it actually work. Lets dive into the algorit...Discuss·2 likes·30 readsDSA
Ankita Dodamaniford-ankita.hashnode.dev·Sep 6, 2023Day 1 of 60 Days DSA Challenge - Striver's SDE SheetPatterns Problems: No of Rows === No of Columns ==5 /* Pattern : N= 5 * * * * * * * * * * * * * * * * * * * * * * * * * */ class Main { static void pattern1(int N) { // This is the outer loop which will loop for the rows. fo...DiscussDSA
Sujal RajforHow to do DSA practice efficientlysagawood.hashnode.dev·Jul 14, 2023LEETCODE (Tips, Hacks & Avoid these mistakes)So firstly I want to say that stop watching youtube videos about DSA vs DEV, it's actually not about DSA vs DEV, it's always about DSA with DEV. There is a question that I always heard about how DSA is helpful for my journey, I want to answer it in a...Discuss·4 likes·35 readsleetcode
Geek AidforGeek Aidgeekaid.in·Jan 31, 2023Sort Characters By Frequency - Leetcode #451Given a string s, sort it in decreasing order based on the frequency of the characters. The frequency of a character is the number of times it appears in the string. Return the sorted string. If there are multiple answers, return any of them. problem...Discuss·1.6K readsDSA
Dharan SforDharrnndharrnn.hashnode.dev·Jan 2, 2023DSA Day 1Data Structures and Algorithms are not something to be taken lightly, considering their importance from my experience in all my coding interviews. I have understood its very important to have a good understanding of these basics concepts I am followi...DiscussData Structures Self PacedDSA
Harshini Kodaliforengineer's blogkharshini2411.hashnode.dev·Dec 12, 2022mY joUrney TOwards DEVloper👩💻 - DevRetro2022OVERVIEW: 1. Preface - Introducing myself👩 2. Engineering👩🎓 - just one last year before graduation[excited🤩 ? No 😥 : Yes😁] 3. Concluding - raw facts[sort of😁] PREFACE👋 Hello!! Everybody out there [passionate coders, developers, enthus...HEMANTH and 1 other are discussing this2 people are discussing thisDiscuss·2 likes·111 reads#DSAwithKunal
Aanya VermaforBasics of Pythonaanya01.hashnode.dev·Oct 28, 2022Most common AMAZON coding interview questionsAre you preparing to apply for a job at Amazon? Well, here is a guide to help you prepare for the interviews! While applying for any job, it is important to go through and practice. Coding questions are a vital part of an interview for programmers. ...Discuss·66 readsstriver dsa sheet