Channel Avatar

B Tech Computer Science @UCgbD4IqWZSTJSkCfRABFhiw@youtube.com

15K subscribers - no pronouns set

In this channel learn how to code different programs in Java


02:38
I asked AI to Explain Prime numbers and this is what I got!
06:33
3 Ways to Overload a Function | Function Overloading | Java
13:30
String Function- concat() substring() replace() indexOf() toLowerCase() toUpperCase() split() | Java
10:37
What are Functions, Return type, Parameters | Java
11:13
Class and Object | Java
04:59
Do While Loop | Java
05:07
While Loop Explained in Detail | Java | #whileloop
06:53
Loops Explained | For Loop | Java
03:14
Taking Input in JAVA | Scanner Class
05:59
Creating a Jagged Array | Getting Input and Printing Jagged Array
05:13
Convert a Linked List to a Circular Linked List | Java | Logic explained
05:26
Sum of Diagonal Elements of an Array | Java
06:18
Matrix Addition | Addition of 2 Array | Java
06:14
Queue in Java | Collections
11:23
Stack in Java | Collections | add(), pop(), peek(), get(), contains()
07:51
Conditional Statement | if - else | Java | Lecture 2
10:58
Hello World Java, Variables in Java, Data type in Java | For Beginners | Lecture 1
08:48
Java is Platform Independent | Explained | Java
10:18
Kadane's Algorithm | Maxium Sum Subarray | Java
04:42
Insert a Node at End of Linked List | Java
02:33
Insert a Node at Beginning of Linked List | Java
04:57
Print Nth Element of a Linked List | Java
08:14
Print the Middle Element of a Linked List | Java
05:34
Print Linked List | Node.next | Java
07:16
Missing Number in an Array | Java
11:26
Strong Number | Java | Program to Find if the Given Number is Strong Number
11:08
Find common elements in three sorted Arrays | Java
02:36
Largest of Three Numbers | Java | Program to find the Largest value among three Numbers
06:11
Count Pairs with given Sum | Java
04:18
Reverse an Array | Java | Program to reverse the contents of an Array
09:49
Peak Element in an Array | Java | Program to find Peak Element in an Array
06:38
Cyclically Rotate Array by One | Java
09:27
Move all Negative Numbers to beginning of Array | Java
09:17
Kth Largest Number in an Array | Java
10:46
Anagram | Check whether two strings are Anagram of each other | Java
10:23
Check if Strings are Rotations of each other or not | Java
08:37
Count the Number of Vowels in a String | Java
20:55
Binary Search | In-depth explanation | Java
06:24
Linear Search | Logic Explained | Java
05:09
Swap Two Numbers Without Using Temporary/ Third Variable | Logic Explained | Java
08:33
Program to find HCF/GCD | Java
04:06
Swap two numbers | Java
08:07
Count No. of Blank Spaces in a given String | Java | String
05:31
Understanding ASCII Values | Java
06:11
Check if a given number is a power of 2 | Java
02:20
One Line code to Count the Number of Digits of a Number | Quick Tip | Java
07:44
Check if a given number is Odd or Even using Bitwise XOR Operator | Java
08:49
1's are 'K' Distance Apart | Program to check if all 1's are at least 'K' Distance Apart | Java
06:11
Merging two Arrays | Java
03:00
Print Array without using Loops | Java | Quick Tip
09:03
Print Distinct/Unique Values of an Array | Java
04:41
Use Ternary Operator to Impress the Interviewer | Java
04:47
Sum of 'n' Natural Numbers | With and Without Loop | Java
10:21
Armstrong Number | To check if a given number is an Armstrong number or not | Java
04:00
Number is Positive or Negative? | Without using 'if - else' | Java
11:36
Finding Reverse of a Number | Java | Detailed Explanation
07:10
Check if given number is Prime Number | Java
09:31
Palindrome | Program to check if a string is Palindrome | Java
06:41
Finding Minimum and Maximum value from an Array | Java
06:38
Area and Perimeter of Rectangle | Java