4 Sum Problem | Optimal Approach | DSA Series by Shradha Ma'am
Apna College
4 Sum Problem | Optimal Approach | DSA Series by Shradha Ma'am
23:02
3 Sum | Brute, Better & Optimized Approach with Codes | Leetcode 15
Apna College
3 Sum | Brute, Better & Optimized Approach with Codes | Leetcode 15
43:43
Two Sum | Find Duplicate | Find Repeating & Missing Values | Hashing Problems
Apna College
Two Sum | Find Duplicate | Find Repeating & Missing Values | Hashing Problems
53:30
Interview lessons & learnings - by Shradha Ma’am
Apna College
Interview lessons & learnings - by Shradha Ma’am
0:56
Spiral Matrix | 2D Arrays - Part 3 | Leetcode 54 | DSA Series by Shradha Ma'am
Apna College
Spiral Matrix | 2D Arrays - Part 3 | Leetcode 54 | DSA Series by Shradha Ma'am
24:33
Search a 2D Matrix - Variation I & II | 2D Arrays - Part 2 | DSA Series by Shradha Ma'am
Apna College
Search a 2D Matrix - Variation I & II | 2D Arrays - Part 2 | DSA Series by Shradha Ma'am
37:43
2D Arrays in C++ | Part 1 | DSA Series by Shradha Ma'am
Apna College
2D Arrays in C++ | Part 1 | DSA Series by Shradha Ma'am
37:31
Maths for DSA - One Shot | Euclid's Algorithm | Sieve of Eratosthenes | Modular Arithmetics
Apna College
Maths for DSA - One Shot | Euclid's Algorithm | Sieve of Eratosthenes | Modular Arithmetics
55:48
String Compression problem - Lecture 32 | Leetcode 443
Apna College
String Compression problem - Lecture 32 | Leetcode 443
19:29
3rd year student cracks Samsung Internship & PPO | Interview Lessons with Shradha Ma'am
Apna College
3rd year student cracks Samsung Internship & PPO | Interview Lessons with Shradha Ma'am
37:42
Strings - Part 4 | Reverse Words in String | DSA Placement Series
Apna College
Strings - Part 4 | Reverse Words in String | DSA Placement Series
14:42
Strings - Part 3 | Permutation in String | DSA Placement Series
Apna College
Strings - Part 3 | Permutation in String | DSA Placement Series
21:41
Valid Palindrome & Remove all Occurrences | Strings Part 2 | DSA Placement Series
Apna College
Valid Palindrome & Remove all Occurrences | Strings Part 2 | DSA Placement Series
24:02
DSA in Java Complete Placement Preparation in 4.5 months | New Alpha Plus 4.0 | with Quant Aptitude
Apna College
DSA in Java Complete Placement Preparation in 4.5 months | New Alpha Plus 4.0 | with Quant Aptitude
12:59
2nd year student cracks Paypal | Off-Campus selection | + PPI
Apna College
2nd year student cracks Paypal | Off-Campus selection | + PPI
31:29
Strings & Character Arrays in C++  -  Part 1 | DSA Placement Series
Apna College
Strings & Character Arrays in C++ - Part 1 | DSA Placement Series
30:03
Tech Placement & Internship Preparation QnA | New Sigma 5.0 QnA
Apna College
Tech Placement & Internship Preparation QnA | New Sigma 5.0 QnA
16:43
C++ STL Complete Tutorial | Standard Template Library - One Shot
Apna College
C++ STL Complete Tutorial | Standard Template Library - One Shot
1:27:20
Merge Sorted Arrays Problem and Next Permutation Problem | DSA Series
Apna College
Merge Sorted Arrays Problem and Next Permutation Problem | DSA Series
43:49
Complete Placement Preparation : Java DSA + Full Stack Web Development + Aptitude | New SIGMA 5.0🚀
Apna College
Complete Placement Preparation : Java DSA + Full Stack Web Development + Aptitude | New SIGMA 5.0🚀
17:43
If I Wanted a Software Engineering Placement in 2025, I’d Do This
Apna College
If I Wanted a Software Engineering Placement in 2025, I’d Do This
17:51
Sort an Array of 0s, 1s & 2s | DNF Sorting Algorithm | Leetcode 75
Apna College
Sort an Array of 0s, 1s & 2s | DNF Sorting Algorithm | Leetcode 75
33:39
Sorting Algorithms | Bubble Sort, Selection Sort & Insertion Sort | DSA Series by Shradha Ma'am
Apna College
Sorting Algorithms | Bubble Sort, Selection Sort & Insertion Sort | DSA Series by Shradha Ma'am
34:33
Aggressive Cows Problem | DSA Placement Series - Binary Search | Lecture 23
Apna College
Aggressive Cows Problem | DSA Placement Series - Binary Search | Lecture 23
30:12
Painter's Partition Problem | DSA Placement Series - Binary Search | Lecture 22
Apna College
Painter's Partition Problem | DSA Placement Series - Binary Search | Lecture 22
27:44
Book Allocation or Allocate Books Problem | DSA Series - Binary Search
Apna College
Book Allocation or Allocate Books Problem | DSA Series - Binary Search
32:59
Single Element in Sorted Array | Binary Search | DSA Series Lecture 20
Apna College
Single Element in Sorted Array | Binary Search | DSA Series Lecture 20
27:33
Peak Index in Mountain Array | Binary Search | Leetcode 852
Apna College
Peak Index in Mountain Array | Binary Search | Leetcode 852
23:34
Search in Rotated Sorted Array | Binary Search | Leetcode 33
Apna College
Search in Rotated Sorted Array | Binary Search | Leetcode 33
19:30
*Honest* Advice for Aspiring Software Engineers | by Shradha Ma'am
Apna College
*Honest* Advice for Aspiring Software Engineers | by Shradha Ma'am
16:13
Binary Search Algorithm - Iterative and Recursive Method | [Theory + Code] with Example
Apna College
Binary Search Algorithm - Iterative and Recursive Method | [Theory + Code] with Example
44:16
Pointers in C++ | In Detail | DSA Series by Shradha Ma'am
Apna College
Pointers in C++ | In Detail | DSA Series by Shradha Ma'am
46:08
Product of Array Except Self | Brute to Optimal Solution | Leetcode 238
Apna College
Product of Array Except Self | Brute to Optimal Solution | Leetcode 238
29:30
Container with Most Water Problem | Brute & Optimal Solution | Two Pointer Approach - Leetcode 11
Apna College
Container with Most Water Problem | Brute & Optimal Solution | Two Pointer Approach - Leetcode 11
32:00
Buy and Sell Stock Problem and Pow(X,N) Power exponential Problem - Leetcode | DSA Series
Apna College
Buy and Sell Stock Problem and Pow(X,N) Power exponential Problem - Leetcode | DSA Series
29:10
Time & Space Complexity - DSA Series by Shradha Ma'am
Apna College
Time & Space Complexity - DSA Series by Shradha Ma'am
1:25:41
Majority Element | Brute- Better-Best Approach | Moore's Voting Algorithm | & Pair Sum
Apna College
Majority Element | Brute- Better-Best Approach | Moore's Voting Algorithm | & Pair Sum
39:10
Kadane's Algorithm | Maximum Subarray Sum | DSA Series by Shradha Ma'am
Apna College
Kadane's Algorithm | Maximum Subarray Sum | DSA Series by Shradha Ma'am
23:29
Vectors in C++ | Arrays Part 2 | DSA Series by Shradha Ma'am | Lecture 9
Apna College
Vectors in C++ | Arrays Part 2 | DSA Series by Shradha Ma'am | Lecture 9
40:06
Array Data Structure - Part1 | DSA Series by Shradha Khapra Ma'am | C++
Apna College
Array Data Structure - Part1 | DSA Series by Shradha Khapra Ma'am | C++
54:07
Bitwise Operators, Data Type Modifiers & more | DSA Series by Shradha Khapra Ma'am | C++
Apna College
Bitwise Operators, Data Type Modifiers & more | DSA Series by Shradha Khapra Ma'am | C++
38:33
Binary Number System | DSA Series by Shradha Khapra Ma'am | C++
Apna College
Binary Number System | DSA Series by Shradha Khapra Ma'am | C++
37:20
Lecture 5: Functions | DSA Series by Shradha Khapra Ma'am | C++
Apna College
Lecture 5: Functions | DSA Series by Shradha Khapra Ma'am | C++
49:13
Lecture 4: Patterns | DSA Series by Shradha Khapra Ma'am | C++
Apna College
Lecture 4: Patterns | DSA Series by Shradha Khapra Ma'am | C++
1:31:07
Lecture 3: Conditional Statements & Loops | DSA Series by Shradha Ma'am | C++
Apna College
Lecture 3: Conditional Statements & Loops | DSA Series by Shradha Ma'am | C++
1:34:39
Lecture 2 : Variable, Data Types & Operators | DSA Series by Shradha Ma'am | C++
Apna College
Lecture 2 : Variable, Data Types & Operators | DSA Series by Shradha Ma'am | C++
1:16:44
Lecture 1 : Flowchart & Pseudocode + Installation | DSA Series by Shradha Ma'am | C++
Apna College
Lecture 1 : Flowchart & Pseudocode + Installation | DSA Series by Shradha Ma'am | C++
1:25:52
Complete DSA series on YouTube by Shradha Ma’am🚀 Starting 2nd September
Apna College
Complete DSA series on YouTube by Shradha Ma’am🚀 Starting 2nd September
0:56
DSA Complete Series 🚀 : Data Structures & Algorithms | by Shradha Khapra Ma'am
Apna College
DSA Complete Series 🚀 : Data Structures & Algorithms | by Shradha Khapra Ma'am
6:05
What is the future of Software Engineering in next 5 years?
Apna College
What is the future of Software Engineering in next 5 years?
19:03
How should Software Engineers plan their next 5-10 years? Guest : CTO of Angle One  #coding
Apna College
How should Software Engineers plan their next 5-10 years? Guest : CTO of Angle One #coding
0:34
Tech MasterClass with CTOs | Angle One CTO & Shradha Khapra Ma'am
Apna College
Tech MasterClass with CTOs | Angle One CTO & Shradha Khapra Ma'am
1:16:41
How she cracked JP Morgan & Microsoft Copilot Hackathon ? | Step by Step Internship Process
Apna College
How she cracked JP Morgan & Microsoft Copilot Hackathon ? | Step by Step Internship Process
20:27
Complete Full Stack Web Development Preparation : MERN Stack + 6 Major Projects | New Delta 5.0
Apna College
Complete Full Stack Web Development Preparation : MERN Stack + 6 Major Projects | New Delta 5.0
11:27
Tech Placement & Internship Preparation QnA | Sigma 4.0 QnA
Apna College
Tech Placement & Internship Preparation QnA | Sigma 4.0 QnA
12:43
Complete Placement Preparation : Full Stack Web Development + Java DSA + Aptitude | New SIGMA 4.0🚀
Apna College
Complete Placement Preparation : Full Stack Web Development + Java DSA + Aptitude | New SIGMA 4.0🚀
15:02
What's wrong with Engineering Degree ? What can we do as a student?
Apna College
What's wrong with Engineering Degree ? What can we do as a student?
14:25
Major Issue for students! For Jobs, student should be judged on the basis of their skills
Apna College
Major Issue for students! For Jobs, student should be judged on the basis of their skills
0:59
What is Docker? Simply Explained by Shradha Ma'am
Apna College
What is Docker? Simply Explained by Shradha Ma'am
19:32
OOPs Tutorial in One Shot | Object Oriented Programming | in C++ Language | for Placement Interviews
Apna College
OOPs Tutorial in One Shot | Object Oriented Programming | in C++ Language | for Placement Interviews
2:04:23
Tech Jobs Interview Guide 2024 | Mistakes to Avoid for Placements & Internships
Apna College
Tech Jobs Interview Guide 2024 | Mistakes to Avoid for Placements & Internships
15:32
How to start Coding in 1st Year? for College Students | Tech Internship/Placement
Apna College
How to start Coding in 1st Year? for College Students | Tech Internship/Placement
25:51
How he cracked 6 month Internship + Job Offer  in HP Enterprise : Complete Placement Process
Apna College
How he cracked 6 month Internship + Job Offer in HP Enterprise : Complete Placement Process
29:04
Tier 3 to Microsoft & Amazon | How did this student crack these Internships ?
Apna College
Tier 3 to Microsoft & Amazon | How did this student crack these Internships ?
35:06
Complete Data Structures & Algorithms (Java) + Quant & Aptitude Preparation | New Alpha Plus 3.0
Apna College
Complete Data Structures & Algorithms (Java) + Quant & Aptitude Preparation | New Alpha Plus 3.0
14:05
How he cracked 6 month Internship + Job Offer from Tier 3 College ? Cisco Ideathon
Apna College
How he cracked 6 month Internship + Job Offer from Tier 3 College ? Cisco Ideathon
28:35
Tech Placement & Internship Preparation QnA | Sigma 3.0 QnA
Apna College
Tech Placement & Internship Preparation QnA | Sigma 3.0 QnA
11:06
How this Tier 3 college student reached IIT Bombay in 4th year | also cracked KPMG placement
Apna College
How this Tier 3 college student reached IIT Bombay in 4th year | also cracked KPMG placement
33:40
Big Upgrade :Most Unique Placement Package | Launching New Sigma 3.0
Apna College
Big Upgrade :Most Unique Placement Package | Launching New Sigma 3.0
15:36
Tier 3 to Off Campus Google & Microsoft | How did this student crack both Internships?
Apna College
Tier 3 to Off Campus Google & Microsoft | How did this student crack both Internships?
30:55
What are MicroServices? When & Why is it used? | Monolithic vs Microservices Architecture
Apna College
What are MicroServices? When & Why is it used? | Monolithic vs Microservices Architecture
9:15
Live QnA session regarding Placements  | DSA C++ Placement Hub - Starting tomorrow
Apna College
Live QnA session regarding Placements | DSA C++ Placement Hub - Starting tomorrow
1:34:26
Is Python the Coding Language of the Future? A Brief Analysis
Apna College
Is Python the Coding Language of the Future? A Brief Analysis
9:23
5 Things you should know before Engineering : )
Apna College
5 Things you should know before Engineering : )
9:32
3 Signs of an Inexperienced Programmer | Avoid these in Tech
Apna College
3 Signs of an Inexperienced Programmer | Avoid these in Tech
9:02
Shradha Ma'am in talks with CTO at Microsoft for Startups | Future of Tech Jobs, AI & more
Apna College
Shradha Ma'am in talks with CTO at Microsoft for Startups | Future of Tech Jobs, AI & more
27:30
QnA Session with Shradha Ma'am - DSA in C++ Placement Batch | Starting from April
Apna College
QnA Session with Shradha Ma'am - DSA in C++ Placement Batch | Starting from April
8:30
Bringing Complete Placement Course  : C++ & Data Structures & Algorithms  | in 4 Months
Apna College
Bringing Complete Placement Course : C++ & Data Structures & Algorithms | in 4 Months
9:47
Who earns the most in Tech?  Top 3 Paths to choose from!
Apna College
Who earns the most in Tech? Top 3 Paths to choose from!
15:34
Which one to Choose - Web Development vs App Development ?
Apna College
Which one to Choose - Web Development vs App Development ?
12:21
Should you study abroad in 2024? Is it worth it for Indian students?
Apna College
Should you study abroad in 2024? Is it worth it for Indian students?
18:45
Time Complexity for Coding Interviews | Big O Notation Explained | Data Structures & Algorithms
Apna College
Time Complexity for Coding Interviews | Big O Notation Explained | Data Structures & Algorithms
41:19
Front End Developer RoadMap - for Jobs in 2024
Apna College
Front End Developer RoadMap - for Jobs in 2024
17:18
Cloud Computing RoadMap : How to become Cloud Engineer in 2024 ?
Apna College
Cloud Computing RoadMap : How to become Cloud Engineer in 2024 ?
9:43
CYBERSECURITY RoadMap : How to become Ethical Hacker in 2024?
Apna College
CYBERSECURITY RoadMap : How to become Ethical Hacker in 2024?
8:34
Python Tutorial for Beginners - Full Course (with Notes & Practice Questions)
Apna College
Python Tutorial for Beginners - Full Course (with Notes & Practice Questions)
10:24:51
Bringing Complete Web Development Course | in 5 Months + Projects | Delta 4.0 with Doubt Assistance
Apna College
Bringing Complete Web Development Course | in 5 Months + Projects | Delta 4.0 with Doubt Assistance
10:17
This needs to STOP - Big Reason why Coding is making you stressed | for Freshers
Apna College
This needs to STOP - Big Reason why Coding is making you stressed | for Freshers
12:21
QnA Session with Shradha Ma'am | Sigma New Batch : Web Development + DSA | Bigger this time!
Apna College
QnA Session with Shradha Ma'am | Sigma New Batch : Web Development + DSA | Bigger this time!
10:38
What to do if not getting job? Jobless in Tech - Take time & Aim for the Top 5%
Apna College
What to do if not getting job? Jobless in Tech - Take time & Aim for the Top 5%
13:41
Launching New Complete Placement Cohort ❤️| Web Development + Complete DSA | New SIGMA Batch
Apna College
Launching New Complete Placement Cohort ❤️| Web Development + Complete DSA | New SIGMA Batch
9:41
Python Tutorial for Beginners (Full Course) at @shradhaKD  | Republic Day Gift
Apna College
Python Tutorial for Beginners (Full Course) at @shradhaKD | Republic Day Gift
1:20
What is WebSocket? Why is it used & how is it different from HTTP?
Apna College
What is WebSocket? Why is it used & how is it different from HTTP?
15:32
Data Analyst vs Data Scientist vs  vs Data Engineer | Difference Explained
Apna College
Data Analyst vs Data Scientist vs vs Data Engineer | Difference Explained
13:29
Statically & Dynamically Typed Languages
Apna College
Statically & Dynamically Typed Languages
1:00
5 Best Websites to find Jobs and Internships in 2024 | Software Engineering
Apna College
5 Best Websites to find Jobs and Internships in 2024 | Software Engineering
12:09
Off Campus - Google, Microsoft & Atlassian | How did this student crack all 3 Internships?
Apna College
Off Campus - Google, Microsoft & Atlassian | How did this student crack all 3 Internships?
37:16
Harsh Reality of Remote Work for "Freshers" in 2024 - Tech Jobs
Apna College
Harsh Reality of Remote Work for "Freshers" in 2024 - Tech Jobs
8:51
Which Coding Language should you start with in 2024? For Beginners
Apna College
Which Coding Language should you start with in 2024? For Beginners
10:19
5 Biggest Placement Mistakes students must avoid | Tech Internships & Placements
Apna College
5 Biggest Placement Mistakes students must avoid | Tech Internships & Placements
10:47