About 3,540 results
Open links in new tab
  1. NeetCode

    Hi, I'm Navi. I created NeetCode in 2020 when I was unemployed and couldn't find a job. While I was struggling myself, it was still rewarding for me to make videos. I received so many messages from …

  2. Roadmap - NeetCode

    A better way to prepare for coding interviews.

  3. Core Skills - Algorithm & Data Structure Practice - NeetCode

    Courses Algorithms & Data Structures for Beginners Advanced Algorithms 📚 Core Skills 🚀 NeetCode 150 🌸 System Design 0 / 45

  4. Pro - NeetCode

    Finally, my dream has come true!🎉 I will be joining Coinbase as a Software Engineering Intern this summer! I also want to mention Navdeep Singh, the creator of neetcode.io, for developing one of the …

  5. Courses - NeetCode

    Placeholder text :) In technical interviews, you will be expected to code up an efficient algorithm, talk comfortably about the design, analysis and tradeoffs of a specific algorithm. Being able to succinctly …

  6. 705. Design HashSet - Solution & Explanation - neetcode.io

    **Example 1:** ```java Input: ["MyHashSet", "add", "add", "contains", "contains", "add", "contains", "remove", "contains"] [ [], [1], [2], [1], [3], [2], [2], [2], [2]] Output: [null, null, null, true, false, null, true, …

  7. Courses - NeetCode

    Kadane's Algorithm Kadane's algorithm is a greedy/dynamic programming algorithm that can be used on an array. It is used to calculate the maximum sum subarray ending at a particular position and …

  8. Courses - NeetCode

    Try courses to master the basics and also learn advanced topics.

  9. Python Cheat Sheet - NeetCode

    Jan 22, 2025 · Learn the common Python functions and data structures you need to know for coding interviews.

  10. Courses - NeetCode

    Get Unlimited Access to Articles Placeholder text :) In technical interviews, you will be expected to code up an efficient algorithm, talk comfortably about the design, analysis and tradeoffs of a specific …