About 2,580 results
Open links in new tab
  1. Core Skills - Algorithm & Data Structure Practice - neetcode.io

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

  2. NeetCode

    Practice for Free The best free resources for Coding Interviews. Period. Organized study plans and roadmaps (Blind 75, Neetcode 150, NeetCode 250). Detailed video explanations. Public …

  3. Roadmap - NeetCode

    A better way to prepare for coding interviews.

  4. How to Use Neetcode Effectively (Coding Interviews)

    To solve this problem, I created the NeetCode 150 and NeetCode 250 lists. These lists touch upon the vast majority of the topics you will see in coding interviews.

  5. Valid Parentheses - NeetCode

    Leetcode 20. Valid Parentheses You are given a string `s` consisting of the following characters: `' ('`, `')'`, `' {'`, `'}'`, `' ['` and `']'`. The input string `s` is valid if and only if: 1. Every open bracket is …

  6. Sqrt(x) - NeetCode

    Leetcode 69. Sqrt (x) You are given a non-negative integer `x`, return the **square root** of `x` **rounded down** to the nearest integer. The returned integer should be non-negative as well. …

  7. NeetCode 250 - Complete Beginner Study Plan

    The Neetcode 250 is the Neetcode 150 plus 100 more problems. It's the most beginner friendly list, intended for people completely new to algorithms.

  8. Bitwise AND of Numbers Range - NeetCode

    Leetcode 201. Bitwise AND of Numbers Range You are given two integers `left` and `right` that represent the range ` [left, right]`, return the **bitwise AND** of all numbers in this range, …

  9. Permutation in String - NeetCode

    Leetcode 567. Permutation In String You are given two strings `s1` and `s2`. Return `true` if `s2` contains a permutation of `s1`, or `false` otherwise. That means if a permutation of `s1` exists …

  10. Palindrome Number - NeetCode

    Leetcode 9. Palindrome Number You are given an integer `x`, return `true` if `x` is a **palindrome**, and `false` otherwise. **Note:** An integer is a palindrome when it reads the …