ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

62 results

niknook
The == vs = Mistake That Breaks Your If Statements

if age = 18: # WRONG! This assigns, doesn't compare This doesn't work! Single = assigns values. THE FIX: if age == 18: # RIGHT!

0:25
The == vs = Mistake That Breaks Your If Statements

0 views

18 hours ago

Students Computer Hub
Intersection of Two Linked Lists|LeetCode 160|Java|Two Pointer Approach #coding #programming #java

In this problem, we solve LeetCode Problem 160: Intersection of Two Linked Lists. You are given two singly linked lists and need ...

2:02
Intersection of Two Linked Lists|LeetCode 160|Java|Two Pointer Approach #coding #programming #java

4 views

23 hours ago