[4.1] Stacks in Java
15:37
Рік тому
[3.0] Linked List in Java
17:43
2 роки тому
[2.2] Rotate Array in Java
11:36
2 роки тому
[2.1] Reverse Array in Java
9:03
2 роки тому
[2.0] Arrays in Java
11:33
2 роки тому
[1.6] Merge Sort Algorithm in Python
41:32
[1.5] Heap Sort in Python
33:07
2 роки тому
КОМЕНТАРІ
@sandy-qo2qj
@sandy-qo2qj День тому
Jyada English mat jhad😅
@pranavarya2164
@pranavarya2164 2 дні тому
why did u not use threshold
@naimaraian8088
@naimaraian8088 5 днів тому
Thanks a lot
@bubiubcyufg-zc4ui
@bubiubcyufg-zc4ui 7 днів тому
it was super useful for me thank you my friend!
@Naveen.1431
@Naveen.1431 7 днів тому
Good 🎉 Explanation
@midhunamadhu1605
@midhunamadhu1605 12 днів тому
all the four 64 KB locations add upto 256 KB right? Then where is the rema ining 768KB go? The total memory is 1 MB
@samarthagarwal6929
@samarthagarwal6929 12 днів тому
you forgot to multiply xi in the formula for calculating new weight.
@sumaira_anjum.11
@sumaira_anjum.11 16 днів тому
Best explanation so far.. After so many other vids I only understood your explanation.. Thank you so much..
@abhyudaysingh3522
@abhyudaysingh3522 21 день тому
how to do classfication for any csv data
@diwen1677
@diwen1677 23 дні тому
ur a legend for this
@harshinibhat8524
@harshinibhat8524 25 днів тому
Sir u look like triggered insaan ( nishchay). But nice teaching sir 😀
@user-fq5eq7cd4p
@user-fq5eq7cd4p 29 днів тому
what extension do you use to which prints the error like not defined etc?
@kumaru5796
@kumaru5796 Місяць тому
Its really good video. crispy and clear. i have one doubt. for initialization of graph every node is a infinite but travel from A ->B =2 and A -> C =4 . how you have defined this initially. ?
@theludicrousstuart6858
@theludicrousstuart6858 Місяць тому
I think you should use a dark color arrow, because the board is white.
@sahezadibegum5333
@sahezadibegum5333 Місяць тому
Post this video pdf as well to easy to save file for revision
@prathamsharma4802
@prathamsharma4802 Місяць тому
Please also solve numericals this is waste of time
@ernesto_quintana
@ernesto_quintana Місяць тому
Thank you !!!
@afrozakhanam-kj7uk
@afrozakhanam-kj7uk Місяць тому
Please continue the playlist.
@SaraMehari
@SaraMehari Місяць тому
thank you it gives me the main core pointes of this course
@shobhamahadev118
@shobhamahadev118 Місяць тому
explained very well 👍
@smith2186
@smith2186 Місяць тому
This man the legend 🔥
@vinitdoijad7336
@vinitdoijad7336 Місяць тому
Good
@kevinanderson7737
@kevinanderson7737 Місяць тому
This method does not account for if the head holds the element, and leaves no room for error checking.
@aroraaaditya
@aroraaaditya 2 місяці тому
THIS VIDEO HAS MORE CONTENT THAN MY SEMESTER
@arcomarco7131
@arcomarco7131 2 місяці тому
Jesus, it was so badly executed. I needed only to refresh something and I got headache.
@cecilietrinh6362
@cecilietrinh6362 2 місяці тому
Great tutorials! Please make linked list doubly, circular singly and circular doubly as well.😇
@Rohit_foodvlogs
@Rohit_foodvlogs 2 місяці тому
Bro which book should I prefer?? For this course??
@aayushpaturkar7705
@aayushpaturkar7705 2 місяці тому
17:45 in this you have changed the value of alpha 3 to 1 but as we have the value max which is 3 ,so why change to 1?, this i thought confusing?
@praveennv611
@praveennv611 2 місяці тому
You could have explained it better, some sort of confusion
@shubhamkalra9049
@shubhamkalra9049 2 місяці тому
Can you explain what is x(j) when we are trying to find out gradient descent?
@matthayden1979
@matthayden1979 2 місяці тому
In Async who a worker thread will know that it need to wait for a task to complete and it should take up another task?
@siddharthmihir9850
@siddharthmihir9850 2 місяці тому
You have done an amazing work. Thanks!
@pietlemao8491
@pietlemao8491 2 місяці тому
Great explanation sir
@richardnorthiii3374
@richardnorthiii3374 3 місяці тому
Finally a clear explanation. Thank you.
@ajaypavushetti8787
@ajaypavushetti8787 Місяць тому
😂
@vkgamer0155
@vkgamer0155 3 місяці тому
Bk be
@JoshuaLam23
@JoshuaLam23 3 місяці тому
Great explanation! 5:20 I just wonder why the cost function be (h(x)^2 - y^2) instead of (h(x) - y)^.
@f3codef3code70
@f3codef3code70 3 місяці тому
ı am trying to implement but ı am having some problems like sticking in a loop and not traveling all nodes in my graph
@Vipul__panwar
@Vipul__panwar 3 місяці тому
why are u make it so complex 😵‍💫
@prathmeshbatane8740
@prathmeshbatane8740 3 місяці тому
Iam Thinking to learn kotlin but im scared did i get job or not in future currently iam in 3 year of my college.... What you say or just i learn java?
@Pattiya_TK
@Pattiya_TK 3 місяці тому
you saved my life!
@steventaylor6294
@steventaylor6294 3 місяці тому
Worth adding here that the Opcode has: first byte which describes which kind of ADD (direction, byte or word) and the second byte which describes with registers are involved (eg BL, CL) and the addressing mode and 'displacement' for the Operand.
@eng.reemali9214
@eng.reemali9214 3 місяці тому
Just WOW!
@bheemshankar_pk
@bheemshankar_pk 3 місяці тому
@shobhitjais
@shobhitjais 3 місяці тому
I have a doubt in Gradient Descent, when you multiply cost function with alpha (learning rate) why does the cost function go down and not go up? eg if alpha is 1000 or 0.0001, when multiplied with J, the value of J will go up. Confused. Thanks
@user-st6xe3lp5p
@user-st6xe3lp5p 3 місяці тому
5:00 This is VERY BAD WORDING, WRONG, causes CONFUSION. Task 2 and 3 still take their time to complete their own task and the three tasks work parallelly with each other.
@FRTassassin
@FRTassassin 3 місяці тому
what happens if a node's adjacent nodes have all been visited but that node is not the final node in our graph ? then its going to crash ? how should we go about that ?
@prachidhawane2984
@prachidhawane2984 3 місяці тому
Thanks
@BAPPI_SWE
@BAPPI_SWE 3 місяці тому
very good teaching approach🪅♥
@cosmoky_19
@cosmoky_19 3 місяці тому
Communication really plays a wider role in teaching someone. Your teaching was so good!!!! Your explanation made all my doubts get cleared!. Thank you so much!
@BAPPI_SWE
@BAPPI_SWE 3 місяці тому
Thanks 💝