Best of Data StructuresApril 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    I Solved 300+ Leetcode problems here is what I learnt.

    A post describing the author's journey of solving 300+ Leetcode problems and the lessons they learned along the way.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    10 Best Data Structures and Algorithms Courses [2023]

    Learn the best data structures and algorithms courses to enhance your software development skills and improve your problem-solving abilities. DSA is crucial for cracking tech interviews and is used in various modules of software development.

  3. 3
    Article
    Avatar of colkgirlCode Like A Girl·2y

    Resources for cracking MAANG interviews

    Resources for cracking MAANG interviews include YouTube channels for learning data structures and algorithms, web development, and core CS subjects. The STAR method is recommended for HR/Managerial rounds.

  4. 4
    Article
    Avatar of planetpythonPlanet Python·2y

    Python Big O: the time complexities of different data structures in Python

    This post discusses the time complexities of different Python data structures and algorithms. It provides a cheat sheet for time complexity and explains how it affects code performance. The post covers the time complexities of list operations, deque operations, dictionary operations, set operations, Counter operations, heapq operations, and bisect operations. It also provides tips on optimizing code by considering time complexity and thinking in orders of magnitude.