ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

605 results

Lecture By Vikas Kumar
Problem Solving Techniques for BCA | Algorithms, C Programming, Arrays & Recursion | Most IMP| CCSU

This comprehensive video covers Problem Solving Techniques for BCA students based on the UG curriculum of CCSU and other ...

1:03:18
Problem Solving Techniques for BCA | Algorithms, C Programming, Arrays & Recursion | Most IMP| CCSU

7,605 views

2 days ago

Coding With Clicks
Lec 2.1 - Different Problem solving techniques - Algorithms, Pseudocodes, Flow charts

CodingWithClicks Lec 2.1 - Different Problem solving techniques - Algorithms, Pseudocodes, Flow charts, Top-Down Approach, ...

16:40
Lec 2.1 - Different Problem solving techniques - Algorithms, Pseudocodes, Flow charts

22 views

1 day ago

CodeLucky
How To Solve Any Coding Problem: Strategies for Unknown Questions

Stuck on a coding problem you've never seen before? Don't panic! In this video, we break down a step-by-step strategy to ...

3:11
How To Solve Any Coding Problem: Strategies for Unknown Questions

5 views

5 days ago

JI SCHOLARS
CCSU BCA Problem Solving Techniques Important questions with answers OneShot for Unit 2 | bca 1st yr

Important questions for CCSU BCA Problem solving techniques Unit 2 | Structured Programming Concepts: Sequence ...

2:08:36
CCSU BCA Problem Solving Techniques Important questions with answers OneShot for Unit 2 | bca 1st yr

765 views

1 day ago

JI SCHOLARS
CCSU BCA Problem Solving Techniques Important questions & answers OneShot for Unit 4 | bca 1st sem

Important questions for CCSU BCA Problem solving techniques Unit 4 | Modular Programming |Top-Down and Bottom-Up ...

46:17
CCSU BCA Problem Solving Techniques Important questions & answers OneShot for Unit 4 | bca 1st sem

1,042 views

1 day ago

Legacy of Great Minds
Force Your Brain to Think Like a Programmer

ThinkLikeAProgrammer #ProgrammerMindset #CodingMindset #LogicalThinking Force Your Brain to Think Like a Programmer ...

25:47
Force Your Brain to Think Like a Programmer

0 views

6 days ago

Vivek Gupta
Not Able To Solve LeetCode Q3 & Q4? (Here is Why)

Many people breeze through the first two questions in a contest only to hit a wall on Q3 and Q4. The issue usually isn't a ...

0:48
Not Able To Solve LeetCode Q3 & Q4? (Here is Why)

3,354 views

11 hours ago

JI SCHOLARS
CCSU BCA Problem Solving Techniques Important questions with answers OneShot | bca 1st sem | ccs uni

Important questions for CCSU BCA Problem solving techniques | Problems And Problem Instances | Generalization and Special ...

52:09
CCSU BCA Problem Solving Techniques Important questions with answers OneShot | bca 1st sem | ccs uni

3,905 views

4 days ago

LeadDev
Beyond the code: Leading engineering teams in the GenAI era | Addy Osmani | LeadDev New York 2025

GenAI is fundamentally transforming software development, but the narrative that it will replace engineers or solve all our ...

26:20
Beyond the code: Leading engineering teams in the GenAI era | Addy Osmani | LeadDev New York 2025

321 views

4 days ago

JI SCHOLARS
CCSU BCA Problem Solving Techniques Important questions & answers OneShot for Unit 3 | bca 1st sem

Important questions for CCSU BCA Problem solving techniques Unit-3 | Palindrome | Prime Number | Prime Factors | Perfect ...

1:29:17
CCSU BCA Problem Solving Techniques Important questions & answers OneShot for Unit 3 | bca 1st sem

668 views

2 days ago

CodeLucky
Master Coding Interviews: Strategy & Communication Tips 🚀

Struggling with coding interviews? It's not just about the code! In this video, we break down a complete step-by-step strategy to ...

4:17
Master Coding Interviews: Strategy & Communication Tips 🚀

5 views

5 days ago

Study With Harshit
Q3: Breaking a Problem into Subproblems Explained | Problem Solving Techniques | BCA 1004 T | CCSU

Q3: Breaking a Problem into Subproblems Explained | Problem Solving Techniques | BCA 1004 T | CCSU Welcome to Study With ...

6:43
Q3: Breaking a Problem into Subproblems Explained | Problem Solving Techniques | BCA 1004 T | CCSU

178 views

1 day ago

LeadDev
Leveling up engineers in an AI-driven world | Jonathan Fielding | LeadDev Berlin 2025

... problem-solving techniques. Find the slides here: https://leaddev.com/leadership/leveling-up-engineers-in-an-ai-driven-world.

26:27
Leveling up engineers in an AI-driven world | Jonathan Fielding | LeadDev Berlin 2025

312 views

3 days ago

CodeLucky
Restore IP Addresses - LeetCode 93 - Backtracking & Recursion Explained

Learn how to solve the "Restore IP Addresses" problem (LeetCode 93) using Backtracking and Recursion. This video breaks ...

4:16
Restore IP Addresses - LeetCode 93 - Backtracking & Recursion Explained

2 views

6 days ago

Vivek Gupta
The 4 LEVELS Of DSA & Programming | Learn Data Structures & Algorithms In 2026 | Vivek Gupta

In this video, I explain DSA and programming as 4 distinct levels, using recursion to show how your thinking changes at each ...

13:29
The 4 LEVELS Of DSA & Programming | Learn Data Structures & Algorithms In 2026 | Vivek Gupta

4,778 views

2 days ago

Developer Coder
Separate Squares I | LeetCode 3453 | Binary Search On Answer | Java Code | Developer Code

In this video on Developer Coder, we dive into LeetCode 3453 – Separate Squares I, a mathematically rich and interview-oriented ...

25:01
Separate Squares I | LeetCode 3453 | Binary Search On Answer | Java Code | Developer Code

304 views

6 days ago

Techmine Guru
DSA Roadmap Revealed: Master Problem Solving & Algorithms (Module 1) #dsa #eddsa #programming

DSA #ProblemSolving #TechmineGuru DSA Roadmap Revealed: Master Problem Solving & Algorithms (Module 1) From ...

0:32
DSA Roadmap Revealed: Master Problem Solving & Algorithms (Module 1) #dsa #eddsa #programming

5 views

6 days ago

Karter Sanamo
Bubble Sorting Algorithm Visualized in Minecraft

In this video, I walk through how to build and understand this project step by step—covering the why, not just the how. Whether ...

1:04
Bubble Sorting Algorithm Visualized in Minecraft

2 views

5 days ago

Road To FAANG
Leetcode 3810 | Minimum Operations to Reach Target Array | Biweekly Contest 174

Donate: buymeacoffee.com/roadtofaang Submission: https://leetcode.com/submissions/detail/1888267681/ Mastering ...

9:10
Leetcode 3810 | Minimum Operations to Reach Target Array | Biweekly Contest 174

46 views

2 days ago

Developer Coder
Maximum Square Area by Removing Fences From a Field | LeetCode 2975 | Java Code | Developer Coder

In this video on Developer Coder, we explore the LeetCode 2975 – Maximum Square Area by Removing Fences From a Field ...

23:57
Maximum Square Area by Removing Fences From a Field | LeetCode 2975 | Java Code | Developer Coder

147 views

3 days ago