NeetCode
66.2m views
844k subscribers
10 summaries
Current NEET and ex-Google SWE, also I love teaching! N.E.E.T. = (Not in education, employment or training) Preparing for coding interviews? Checkout neetcode.io
Summaries
My Brain after 569 Leetcode Problems
NeetCode
The speaker discusses their experience with LeetCode, their progression, and tips for effective practice.
Climbing Stairs - Dynamic Programming - Leetcode 70 - Python
NeetCode
An in-depth explanation of solving the Climbing Stairs problem using dynamic programming.
I quit Amazon after two months
NeetCode
The video narrates the speaker's personal journey of overcoming adversity, from a challenging childhood, through education and career struggles, to eventual success.
Longest Substring Without Repeating Characters - Leetcode 3 - Python
NeetCode
The video provides an in-depth explanation of solving the LeetCode problem to find the length of the longest substring without repeating characters using a sliding window technique.
Generate Parentheses - Stack - Leetcode 22
NeetCode
A detailed explanation and implementation of an algorithm to generate all combinations of well-formed parentheses given a number of pairs.
Diameter of a Binary Tree - Leetcode 543 - Python
NeetCode
A detailed coding tutorial on calculating the diameter of a binary tree, including an explanation of the problem, a brute force approach, and an optimized solution.
How to use Leetcode in 2020
NeetCode
A guide to efficient problem solving for coding interviews with a focus on LeetCode.
Copy List with Random Pointer - Linked List - Leetcode 138
NeetCode
A detailed walkthrough of solving the 'Copy List with Random Pointer' coding problem using a two-pass algorithm and a hashmap.