- 24
- 4 666
GUNA SEKAR T.J
เข้าร่วมเมื่อ 21 ม.ค. 2016
Top k frequent element in an array. Leet code medium problem asked in google
I will use priority queue-max heap and comparator in java to solve this problem
มุมมอง: 2
วีดีโอ
How to find the second largest element in a BST using recursion and reverse inorder traversal
มุมมอง 159 ชั่วโมงที่ผ่านมา
How to find the second largest element in a BST using recursion and reverse inorder traversal
Fibonacci of a number in java using dynamic programming
มุมมอง 1319 ชั่วโมงที่ผ่านมา
In this video I will be explaining how to find the fibonacci of a number in java using dynamic programming under 3 min
Strategy design pattern in java in 10 min
มุมมอง 34หลายเดือนก่อน
Strategy design pattern in java in 10 min
Decorator design pattern in java with examples
มุมมอง 36หลายเดือนก่อน
Decorator design pattern in java with examples
BST search in recursive way
มุมมอง 9หลายเดือนก่อน
How to search a particular value in the binary search tree
Pascals triangle leet code 118
มุมมอง 92 หลายเดือนก่อน
In this video I will be explaining how to solve pascal triangle problem using dynamic programming
Java stream problem
มุมมอง 372 หลายเดือนก่อน
Given the input string: "apple,orange,apple,banana,watermelon,apple,banana", The output is a frequency map: {banana=2, orange=1, apple=3, watermelon=1} Java Streams make it incredibly simple and elegant to achieve this! Check out the full video to see how it's done, and let me know your thoughts in the comments. hashtag#Java hashtag#Streams hashtag#Coding hashtag#SoftwareDevelopment hashtag#Pro...
Leet code
มุมมอง 192 หลายเดือนก่อน
In this video we will see how to find the minimum operations to make all the elements in the array divisible by 3. Its a leet code easy problem with good acceptance rate
Java string problem
มุมมอง 652 หลายเดือนก่อน
How to reverse a string in java without using inbuilt functions
Theta Notation Explained Simply for Kids | Algorithm Efficiency
มุมมอง 17ปีที่แล้ว
In this video, we'll learn about Theta Notation, which is a way of describing how fast an algorithm runs. Using a simple analogy with toys, we'll see how Theta Notation helps us compare the efficiency of different algorithms as the input size grows larger. This video is suitable for kids who are curious about computer science and want to learn a new concept in a fun and easy way. No prior progr...
Good and that is like my drawing when i was a kid