50 days of LeetCode in GO Algorithms Coding Interview - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials) +--- Thread: 50 days of LeetCode in GO Algorithms Coding Interview (/Thread-50-days-of-LeetCode-in-GO-Algorithms-Coding-Interview) |
50 days of LeetCode in GO Algorithms Coding Interview - AD-TEAM - 01-29-2025 5.46 GB | 16min 23s | mp4 | 1280X720 | 16:9 Genre:eLearning |Language:English
Files Included :
1 Problem Introduction And Brute Force Explanation.mp4 (26.51 MB) 2 Pseudocode Walkthrough For Brute Force Approach.mp4 (24.57 MB) 3 Approach 2 Optimal solution.mp4 (46.58 MB) 4 Pseudocode Walkthrough For Optimal Approach.mp4 (31.28 MB) 5 Code Implementation.mp4 (15.92 MB) 1 Introduction to the problem and brute force approach.mp4 (16.78 MB) 2 Pseudocode walkthrough for brute approach.mp4 (10.23 MB) 3 Approach 2 better Approach.mp4 (25.87 MB) 4 Implementing the code.mp4 (13.62 MB) 5 Approach 3 optimal approach.mp4 (45.52 MB) 6 Implementing the optimal approach.mp4 (7.99 MB) 1 Explaining the problem.mp4 (18.48 MB) 2 Implementing the code.mp4 (8.01 MB) 1 Introduction to the problem.mp4 (15.22 MB) 2 Examples of binary additions.mp4 (9.75 MB) 3 Pseudocode Implementation.mp4 (14.06 MB) 4 Pseudocode Walkthrough.mp4 (25.98 MB) 5 Implementing the code.mp4 (17.65 MB) 1 Approach 1 Introduction to the problem and brute force approach.mp4 (42.69 MB) 2 Brute force Pseudocode Implementation.mp4 (10.41 MB) 3 Pseudocode Walkthrough.mp4 (25.77 MB) 4 Approach 2 Optimal Approach Explanation.mp4 (63.23 MB) 5 Pseudocode Walkthrough.mp4 (29.3 MB) 6 Code Implementation.mp4 (10.43 MB) 1 Introduction to the problem and multiple approaches.mp4 (41.43 MB) 2 Optimal Approach.mp4 (17.15 MB) 3 Code Implementation.mp4 (9.15 MB) 1 Approach 1 Intuition.mp4 (16.97 MB) 2 Approach 1 Pseudocode Walkthrough.mp4 (24.24 MB) 3 Approach 2 - Majority Element Intuition.mp4 (25.14 MB) 4 Implementing Approach 2 code.mp4 (9.46 MB) 5 Approach 3 Intuition - Optimal solution.mp4 (39.66 MB) 6 Approach 3 Walkthrough - Optimal solution.mp4 (23.65 MB) 7 Implementing Approach 3 (optimal approach).mp4 (9.16 MB) 1 Brute force Explanation.mp4 (33.82 MB) 2 Brute Force Pseudocode Walkthrough.mp4 (28.21 MB) 3 Approach 2 Optimal approach.mp4 (57.16 MB) 4 Implementing the code.mp4 (16.43 MB) 1 Explanation - Minimum Window Substring - part 1.mp4 (19.26 MB) 2 Explanation - Minimum window substring - part 2.mp4 (26.37 MB) 3 Explanation - Minimum window substring - part 3.mp4 (63.15 MB) 4 Pseudocode Implementation.mp4 (44.87 MB) 5 Pseudocode Walkthrough.mp4 (46.11 MB) 6 Code Implementation - Minimum Window Substring.mp4 (29.82 MB) 1 Explanation - Group Anagrams - Medium #49.mp4 (57.11 MB) 2 Coding the implementation.mp4 (16.44 MB) 1 Introduction to the problem.mp4 (28.03 MB) 2 Brute force solution.mp4 (19.05 MB) 3 pseudocode walkthrough.mp4 (31.43 MB) 4 Better Approach intuition.mp4 (45.68 MB) 5 Approach 2 Pseudocode walkthrough.mp4 (30.31 MB) 6 Implementing the code.mp4 (7.98 MB) 1 Introduction to the problem.mp4 (27.86 MB) 2 InputOutput for the problem.mp4 (28.61 MB) 3 Intuition behind the problem.mp4 (27.51 MB) 4 Pseudocode implementation.mp4 (35.58 MB) 5 Pseudocode Walkthrough.mp4 (63.08 MB) 1 Explanation - Merge Two Sorted Lists - Easy #21.mp4 (18.78 MB) 2 Pseudocode Implementation - Merge Two Sorted Lists - Easy #21.mp4 (22.46 MB) 3 Walkthrough - Merge Two Sorted Lists - Easy #21.mp4 (27.17 MB) 4 Code - Merge Two Sorted Lists - Easy #21.mp4 (12.41 MB) 1 Explanation - Linked List Cycle - Easy #141.mp4 (10.41 MB) 2 Intuition - Linked List Cycle - Easy #141.mp4 (25.04 MB) 3 Walkthrough - Linked List Cycle - Easy #141.mp4 (10.89 MB) 4 Code - Linked List Cycle - Easy #141.mp4 (10.54 MB) 1 Explanation - Reverse Linked List.mp4 (10.23 MB) 2 Intuition - Reverse Linked List.mp4 (21.65 MB) 3 pseudocode Implementation & Walkthrough - Reverse Linked List.mp4 (26.22 MB) 4 Implementing the code - Reverse Linked List.mp4 (11.83 MB) 1 Explanation - Add Two Numbers.mp4 (20.57 MB) 2 Intuition - Add Two Numbers.mp4 (23.28 MB) 3 Pseudocode Implementation - Add Two Numbers.mp4 (15.93 MB) 4 Walkthrough - Add Two Numbers.mp4 (28.67 MB) 5 Code - Add Two Numbers.mp4 (26.67 MB) 1 Explanation - Remove Nth Node From End of List.mp4 (10.75 MB) 2 Intuition - Remove Nth Node From End of List.mp4 (26.66 MB) 3 Walkthrough - Remove Nth Node From End of List.mp4 (16.9 MB) 4 Approach 2 Explanation - Remove Nth Node From End of List.mp4 (27.65 MB) 5 Approach 2 Walkthrough - Remove Nth Node From End of List.mp4 (16.75 MB) 6 Code - Remove Nth Node From End of List.mp4 (13.15 MB) 1 Explanation - Odd Even Linked List.mp4 (15.99 MB) 2 Intuition - Odd Even Linked List.mp4 (39.62 MB) 3 Implementation - Odd Even Linked List.mp4 (8.24 MB) 4 Walkthrough - Odd Even Linked List.mp4 (19.56 MB) 5 Code - Odd Even Linked List.mp4 (13.01 MB) 1 Explanation - Subsets.mp4 (21.97 MB) 2 Cascading solution explanation - Subsets.mp4 (18.79 MB) 3 Cascading solution walkthrough - Subsets.mp4 (14.82 MB) 4 Backtracking Approach 2 explanation - Subsets.mp4 (28.83 MB) 5 Implementing the code.mp4 (17.11 MB) 1 Explanation - Letter Combinations of a Phone Number.mp4 (17.49 MB) 2 Intuition - Letter Combinations of a Phone Number.mp4 (48.17 MB) 3 Walkthrough - Letter Combinations of a Phone Number.mp4 (57.77 MB) 4 Code - Letter Combinations of a Phone Number.mp4 (15.93 MB) 1 Explanation the problem.mp4 (18.39 MB) 2 Intuition behind the problem.mp4 (32.87 MB) 3 Walkthrough over the pseudocode.mp4 (39.08 MB) 4 Implementing the code.mp4 (23.12 MB) 1 Introduction to the problem.mp4 (14.27 MB) 2 How to think about this problem.mp4 (24.04 MB) 3 Pseudocode Walkthrough.mp4 (17.36 MB) 4 Implementing the code.mp4 (9.46 MB) 1 Intuition behind the problem.mp4 (43.33 MB) 2 Pseudocode implementation.mp4 (11.96 MB) 3 Walkthrough over pseudocode.mp4 (64.61 MB) 4 Implementing the code.mp4 (21.96 MB) 1 Explaining the problem.mp4 (13.9 MB) 2 Intuition behind the problem.mp4 (25.86 MB) 3 Walkthrough over pseudocode.mp4 (56.98 MB) 4 Implementing the code.mp4 (11.62 MB) 1 Explaining the problem.mp4 (7.24 MB) 2 Intuition and pseudocode implementation.mp4 (34.62 MB) 3 Walkthrough over pseudocode.mp4 (31.06 MB) 4 Implementing the real code.mp4 (10.28 MB) 1 Explaining the problem.mp4 (13.89 MB) 2 Intuition behind the problem.mp4 (18.34 MB) 3 Walkthrough over pseudocode.mp4 (47.26 MB) 4 Coding the solution.mp4 (15.58 MB) 1 Explaining the problem.mp4 (10.78 MB) 2 Intuition behind the problem.mp4 (21.34 MB) 3 Pseudocode implementation.mp4 (22.37 MB) 4 Walkthrough over pseudocode.mp4 (32.65 MB) 5 Pseudocode implementation.mp4 (15.14 MB) 1 Explaining the problem and brute force approach.mp4 (24.6 MB) 2 Optimised Solution Explanation.mp4 (43.66 MB) 3 Implementing the code.mp4 (11.41 MB) 1 Explaining the Serialisation.mp4 (37.96 MB) 2 Walkthrough over pseudocode (Serialisation).mp4 (20.5 MB) 3 Explaining the Deserialisation.mp4 (36.7 MB) 4 Walkthrough over pseudocode (Deserialisation).mp4 (37.35 MB) 1 Explaining the problem.mp4 (14.08 MB) 2 Intuition behind the problem.mp4 (38.59 MB) 3 Walkthrough over pseudocode.mp4 (54.56 MB) 4 Coding the solution.mp4 (19.52 MB) 1 Brute force explanation.mp4 (33.55 MB) 2 Walkthrough over pseudocode.mp4 (19.33 MB) 3 Optimal solution explanation.mp4 (38.2 MB) 4 Code Implementation.mp4 (23.48 MB) 1 Explaining the problem.mp4 (18.89 MB) 2 Intuition behind this problem.mp4 (24.68 MB) 3 Pseudocode Implementation.mp4 (7.76 MB) 4 Walkthrough over the pseudocode.mp4 (24.97 MB) 5 Implementing the code.mp4 (16.11 MB) 1 Problem Introduction.mp4 (27.37 MB) 2 How to intuitively think about this problem.mp4 (30.81 MB) 3 Pseudocode Walkthrough.mp4 (31.53 MB) 4 Implementing the code.mp4 (14.86 MB) 1 Explaining the problem.mp4 (39.99 MB) 2 Walkthrough over pseudocode.mp4 (22.57 MB) 3 Implementing the code.mp4 (13.99 MB) 1 Explaining the problem.mp4 (12.38 MB) 2 Intuition behind the problem.mp4 (38.07 MB) 3 Walkthrough over pseudocode.mp4 (26.83 MB) 4 Optimal solution explanation.mp4 (59.75 MB) 5 Optimal solution pseudocode walkthrough.mp4 (21.52 MB) 6 Implementing the code.mp4 (15.74 MB) 1 Explanation of the problem.mp4 (26.6 MB) 2 Implementing the code.mp4 (16 MB) 1 Explanation behind the problem.mp4 (26.98 MB) 2 Intuition behind the problem.mp4 (52.78 MB) 3 2nd Approach Bottom Up dynamic programming.mp4 (22.92 MB) 4 Walkthrough behind pseudocode.mp4 (19.84 MB) 5 Implementing the code.mp4 (16.75 MB) 1 Explanation behind the problem.mp4 (14.53 MB) 2 Intuition behind the problem.mp4 (30.83 MB) 3 Walkthrough over pseudocode.mp4 (21.31 MB) 4 Optimal solution explanation.mp4 (25.73 MB) 5 Coding the solution.mp4 (9.33 MB) 1 Explaining the problem.mp4 (34.44 MB) 2 Intuition behind the problem.mp4 (49.19 MB) 3 Implementation the pseudocode.mp4 (23.9 MB) 4 Bottom up approach explanation.mp4 (9.88 MB) 5 Bottom up approach walkthrough.mp4 (13.89 MB) 6 Bottom up optimisation.mp4 (8.23 MB) 7 Code - Climbing Stairs.mp4 (9.61 MB) 1 Explaining the problem.mp4 (15.62 MB) 2 Intuition behind the problem.mp4 (38.72 MB) 3 Pseudocode Implementation and optimisation.mp4 (32.2 MB) 4 Bottom up approach explanation.mp4 (50.53 MB) 5 Implementing the code.mp4 (23.04 MB) 1 Explaining the problem.mp4 (24 MB) 2 Pseudocode Implementation and walkthrough.mp4 (16.59 MB) 3 Implementing the code.mp4 (13.56 MB) 1 Explanation of the problem.mp4 (11.43 MB) 2 Initial Intuition behind the problem.mp4 (34.26 MB) 3 Optimising the previous solution.mp4 (36.96 MB) 4 Pseudocode Implementation.mp4 (18.6 MB) 5 Walkthrough over pseudocode.mp4 (50.96 MB) 6 Implementing the code.mp4 (28.15 MB) 1 Explaining the problem.mp4 (63.58 MB) 2 Coding the implementation.mp4 (23.26 MB) 1 Brute force Intuition.mp4 (25 MB) 2 Brute force pseudocode walkthrough.mp4 (15.89 MB) 3 Better Approach Intuition.mp4 (28.3 MB) 4 Better Approach Pseudocode walkthrough.mp4 (12.76 MB) 5 Implementing the code.mp4 (10.35 MB) 1 Introduction to the problem.mp4 (11.2 MB) 2 Brute Force Intuition.mp4 (55.23 MB) 3 Pseudocode walkthrough.mp4 (88.15 MB) 4 Approach 2 Intuition.mp4 (43.6 MB) 5 Approach 2 pseudocode walkthrough.mp4 (27.85 MB) 6 Implementing the code.mp4 (17.16 MB) 1 Introduction to the problem and brute force approach.mp4 (23.74 MB) 2 Brute force Pseudocode walkthrough.mp4 (28.57 MB) 3 Approach 2 Optimal Approach intuition.mp4 (43.5 MB) 4 Pseudocode walkthrough part 1.mp4 (35.93 MB) 5 Pseudocode walkthrough part 2.mp4 (39.25 MB) 6 Implementing the code.mp4 (32.87 MB) 1 Introduction To The Problem And Brute Force Approach.mp4 (30.89 MB) 2 Optimal Solution Intuition.mp4 (25.99 MB) 3 Optimal solution pseudocode walkthrough.mp4 (8.31 MB) 4 Implementing the code.mp4 (20.2 MB) 1 Introduction to the problem.mp4 (16.31 MB) 2 Approach 1 Brute Force Approach.mp4 (18.58 MB) 3 Approach 2 A Better Approach Explanation.mp4 (25.34 MB) 4 PseudoCode Walkthrough For Approach 2.mp4 (14.51 MB) 5 Implementing the code.mp4 (7.72 MB) 6 Approach 3 Optimal Approach.mp4 (28.26 MB) 7 Implementing the optimal approach.mp4 (6.04 MB)] Screenshot |