Best of Data StructuresFebruary 2023

  1. 1
    Article
    Avatar of habrhabr·3y

    From Zero to Hero: LeetCode

    The post provides a breakdown of different levels of LeetCode problem-solving and offers tips for progressing to the next level. It emphasizes the importance of practice, studying algorithms and data structures, and improving communication skills for interviews.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Best coding interview question of all time.

    This post discusses the best coding interview question of all time, which is about finding a duplicate number in an array. It covers various aspects of the problem, including clarification questions, optimal solutions using HashMap and array index, and additional constraints like immutable arrays. The post also highlights the importance of competence, creativity, and attitude in solving algorithmic problems during interviews.

  3. 3
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP 44: How does ChatGPT work?

    Explains how ChatGPT works and how the cloud can save costs.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Clean Coder Blog

    The post discusses various software architectures, such as Hexagonal Architecture and Onion Architecture, which aim to separate concerns in systems. It emphasizes the importance of the Dependency Rule and explains the different layers within the architecture.