Colorful Numbers
2:36
4 ай бұрын
Пікірлер
@tutorialhorizon9085
@tutorialhorizon9085 5 күн бұрын
Complete Problem - tutorialhorizon.com/algorithms/find-the-first-non-repeating-character-in-a-given-string/ Post any questions in comments. Subscribe to our channel for more videos.
@tizpaali8055
@tizpaali8055 6 күн бұрын
Thank you🙏
@tutorialhorizon9085
@tutorialhorizon9085 6 күн бұрын
You’re welcome 😊
@tutorialhorizon9085
@tutorialhorizon9085 9 күн бұрын
Complete Article - tutorialhorizon.com/algorithms/maximum-contiguous-ones-after-one-deletion/ Post any questions in comments. Subscribe to our channel for more videos.
@tutorialhorizon9085
@tutorialhorizon9085 9 күн бұрын
Problem - tutorialhorizon.com/algorithms/valid-or-well-formed-parentheses-part-1/ Problem with multiple type of brackets - kzbin.info/www/bejne/hJm3mmV3pMqGorM Post any questions in comments. Subscribe to our channel for more videos.
@tutorialhorizon9085
@tutorialhorizon9085 9 күн бұрын
Complete Article - tutorialhorizon.com/algorithms/valid-multiple-parentheses/ Part 1 - kzbin.info/www/bejne/mH6Wp3V5rcSKkNU Post any questions in comments. Subscribe to our channel for more videos.
@coolcoder-q4i
@coolcoder-q4i 13 күн бұрын
Yet again, Nice one, thanks
@tutorialhorizon9085
@tutorialhorizon9085 13 күн бұрын
Glad you liked it!
@GytisCool
@GytisCool 15 күн бұрын
cheers
@tutorialhorizon9085
@tutorialhorizon9085 13 күн бұрын
Thanks
@tutorialhorizon9085
@tutorialhorizon9085 19 күн бұрын
Complete Article - htutorialhorizon.com/algorithms/graph-depth-first-search-in-disconnected-graph/ Post any questions in comments. Subscribe to our channel for more videos.
@Me-kt3gh
@Me-kt3gh 19 күн бұрын
Very nice explanation. Helped me a lot. Though I wanted to point out a couple issues on the website article. - Steps 3 and 4 to the approach are the same. - Step 5 has a typo ("id" should be "is") - When running the code, it shows "Error" above the output, even though it is running just fine. I tested the code with a simple print statement and the output works but it still says "Error".
@tutorialhorizon9085
@tutorialhorizon9085 19 күн бұрын
Hey, I am Glad that you have found it helpful. Thanks for pointing out the issues on the website, we have fixed the steps in the article. Will fix the IDE issue soon, in place of Error I suppose to show the time taken by the code. Output of the code is still showing and correct. Thanks Again. Tutorial Horizon
@Me-kt3gh
@Me-kt3gh 18 күн бұрын
@@tutorialhorizon9085 Wow responding to such an old video and fixing the issue so quickly is rare. You really do deserve more subs.
@fabioaccurso1795
@fabioaccurso1795 Ай бұрын
u are the best!! thank you! <3
@tutorialhorizon9085
@tutorialhorizon9085 Ай бұрын
Glad it helped!
@siddharthreddy7990
@siddharthreddy7990 Ай бұрын
tnx my exam is in 1hr
@tutorialhorizon9085
@tutorialhorizon9085 Ай бұрын
Good luck!
@donermannali2701
@donermannali2701 Ай бұрын
Ty now I can get my cs major and get homeless faster ❤
@tutorialhorizon9085
@tutorialhorizon9085 Ай бұрын
Complete Article - tutorialhorizon.com/algorithms/evaluation-of-infix-expressions/ Post any questions in comments. Subscribe to our channel for more videos.
@sandhyaray2935
@sandhyaray2935 Ай бұрын
thank you!
@tutorialhorizon9085
@tutorialhorizon9085 Ай бұрын
You're welcome!
@sandhyaray2935
@sandhyaray2935 Ай бұрын
thank you so much
@tutorialhorizon9085
@tutorialhorizon9085 Ай бұрын
You're welcome!
@NOOR-dy6yn
@NOOR-dy6yn Ай бұрын
Thanks for brilliant animation
@tutorialhorizon9085
@tutorialhorizon9085 Ай бұрын
You are welcome
@Dewranedewran
@Dewranedewran 2 ай бұрын
thank you 👍👍👌👌
@tutorialhorizon9085
@tutorialhorizon9085 2 ай бұрын
Glad you found it helpful
@rogermichou8654
@rogermichou8654 2 ай бұрын
does your graph use a adjacency matrix or adjacency lists ?
@tutorialhorizon9085
@tutorialhorizon9085 2 ай бұрын
The code in the article is using adjacency list, however the logic will be same for adjacency matrix as well. tutorialhorizon.com/algorithms/check-if-given-undirected-graph-is-connected-or-not/
@Nykster
@Nykster 2 ай бұрын
Thank you!
@tutorialhorizon9085
@tutorialhorizon9085 2 ай бұрын
You're welcome!
@tutorialhorizon9085
@tutorialhorizon9085 3 ай бұрын
Path - follow the order in which nodes are turning red 0 - 1 - 2 - 4 - 3 - 5.
@BigRovia
@BigRovia 3 ай бұрын
You should highlight the chosen edges, it's pretty unclear what is the final path
@tutorialhorizon9085
@tutorialhorizon9085 3 ай бұрын
Path - follow the order in which nodes are turning red 0 - 1 - 2 - 4 - 3 - 5. Thanks for the advice, will remember this in future videos.
@Maxwork82
@Maxwork82 3 ай бұрын
Impossible to figure out by UI. You have to know how to achieve it. Thanks
@tutorialhorizon9085
@tutorialhorizon9085 3 ай бұрын
You're welcome
@coolcoder-q4i
@coolcoder-q4i 3 ай бұрын
Thanks 👍
@tutorialhorizon9085
@tutorialhorizon9085 3 ай бұрын
Welcome
@sauravchandra10
@sauravchandra10 3 ай бұрын
If we have to find the sum of each subarray, what would be the approach?
@tutorialhorizon9085
@tutorialhorizon9085 3 ай бұрын
Refer - the video below, you can easily modify to get sum of subarray instead of printing it. Video - kzbin.info/www/bejne/bHmcZox6h9WJbrs&ab_channel=TutorialHorizon Post - tutorialhorizon.com/algorithms/print-all-subarrays-using-recursion/ Modified code: public class Main { public static void printSubArray(int [] input, int currIndex){ if(currIndex==input.length) return; //print all the subarray from currIndex to end int result = 0; for (int i = currIndex; i <input.length ; i++) { result += input[i]; System.out.print("[" +result + "] "); } printSubArray(input, currIndex+1); } public static void main(String[] args) { int [] input = {4, 6, 8}; printSubArray(input, 0); } }
@MAN-co8sq
@MAN-co8sq 3 ай бұрын
Patience Sort please
@tutorialhorizon9085
@tutorialhorizon9085 3 ай бұрын
Will do it soon, thanks
@tutorialhorizon9085
@tutorialhorizon9085 3 ай бұрын
here it is. - kzbin.info/www/bejne/jX-tn6ajhNSHgNU
@jainrjain764
@jainrjain764 3 ай бұрын
Thanks for explaining
@tutorialhorizon9085
@tutorialhorizon9085 3 ай бұрын
You're welcome
@coolcoder-q4i
@coolcoder-q4i 4 ай бұрын
Quick and easy explanation. Thanks
@tutorialhorizon9085
@tutorialhorizon9085 4 ай бұрын
Glad it helped!
@coolcoder-q4i
@coolcoder-q4i 4 ай бұрын
Nice explanation, Thanks for making it easy to understand.
@tutorialhorizon9085
@tutorialhorizon9085 4 ай бұрын
Glad it was helpful!
@ShinAkuma
@ShinAkuma 4 ай бұрын
random background music = instant dislike.
@tutorialhorizon9085
@tutorialhorizon9085 4 ай бұрын
Sorry about that
@oximas-oe9vf
@oximas-oe9vf 5 ай бұрын
thank you
@tutorialhorizon9085
@tutorialhorizon9085 4 ай бұрын
You're welcome
@SickOfMetal
@SickOfMetal 6 ай бұрын
very cool feature
@tutorialhorizon9085
@tutorialhorizon9085 4 ай бұрын
Thanks
@kemalhariz
@kemalhariz 7 ай бұрын
thank you so much man, you saved me a lot. im reviewing the usage of my design system and your tutorial saved me
@tutorialhorizon9085
@tutorialhorizon9085 4 ай бұрын
Great to hear!
@prodwb
@prodwb 8 ай бұрын
i was able to sort a linked list in a traverse tree with this, thanks!
@tutorialhorizon9085
@tutorialhorizon9085 4 ай бұрын
Nice work!
@_v3nk47_
@_v3nk47_ Ай бұрын
sarcastic dude
@rix_1723
@rix_1723 8 ай бұрын
thank you, exam is tmrw
@Slopmuncher
@Slopmuncher 8 ай бұрын
Good luck brother, we gon need it
@tutorialhorizon9085
@tutorialhorizon9085 4 ай бұрын
All the best
@siddharthreddy7990
@siddharthreddy7990 Ай бұрын
my exam is in 1hr
@yavarjn2055
@yavarjn2055 8 ай бұрын
These are not all the routes! There are routes that are longer but exist like 1->2->3->6->5->4->7->8->9, if I counted well there are 12 paths
@HuyNguyen-zp8ju
@HuyNguyen-zp8ju 8 ай бұрын
awesome
@tutorialhorizon9085
@tutorialhorizon9085 4 ай бұрын
Thanks
@carolinekloppert5177
@carolinekloppert5177 9 ай бұрын
didn't work for me. I click nodes, I click beziere, and the red squares disappear and there are blue X's instead and it says 'handle to cup node' and all I want is to continue my outline so I can cut out a drawing by closing the shape.
@carolinekloppert5177
@carolinekloppert5177 9 ай бұрын
it used to work a year or two ago, but the program has changed.
@ValentinoFilipetto
@ValentinoFilipetto 10 ай бұрын
Great video thanks!
@tutorialhorizon9085
@tutorialhorizon9085 4 ай бұрын
Glad you liked it!
@zachary_thomas
@zachary_thomas 11 ай бұрын
Thanks! I’ve seen implementations that start at the second element instead of the first
@tutorialhorizon9085
@tutorialhorizon9085 4 ай бұрын
Thanks
@j.r.r.tolkien8724
@j.r.r.tolkien8724 11 ай бұрын
Bad explanation.
@JonathanSebastianS
@JonathanSebastianS 9 ай бұрын
I think it's a cool explanation because he already explained for every iteration, the array will be sorted from index 1 to index i (from its box) so that when you move the element to the next index, the array will be sorted to the end.
@Unlimit-729
@Unlimit-729 8 ай бұрын
It's cool explanation
@tutorialhorizon9085
@tutorialhorizon9085 4 ай бұрын
Will try to improve
@anshik.k.t
@anshik.k.t Ай бұрын
@@Unlimit-729 wrf is "cool" in this
@Martinioini
@Martinioini 11 ай бұрын
W
@bhrt1995
@bhrt1995 11 ай бұрын
Hello Tutorial Horizon Thanks for intuitive explanation of the Max sub array problem I'm wondering how are we saying the subarray is 4,-1,2,1 I mean we can say just by looking, if code is to print subarray how to tackle the problem (Pardon me If it is dumb I'm beginner to DSA)
@tutorialhorizon9085
@tutorialhorizon9085 11 ай бұрын
You need to keep track of start and end index of subarray and change it Everytime you update the max sum. I have updated the code at the main article to cover this- tutorialhorizon.com/algorithms/kadanes-algorithm-maximum-subarray-problem/
@kindnessorimolade641
@kindnessorimolade641 Жыл бұрын
what about illustrator, is there any tool like this?
@alexanderpetranov
@alexanderpetranov Жыл бұрын
Wow! Amazing video my friend! Great explanation and explained in such a simple manner - just how it should be!! Keep doing what you do :)
@tutorialhorizon9085
@tutorialhorizon9085 Жыл бұрын
Thanks! Will do!
@DHANANJAYSINGH-mt9ku
@DHANANJAYSINGH-mt9ku Жыл бұрын
First comment...
@DHANANJAYSINGH-mt9ku
@DHANANJAYSINGH-mt9ku Жыл бұрын
First comment...
@thecourageman7594
@thecourageman7594 Жыл бұрын
👏
@tutorialhorizon9085
@tutorialhorizon9085 13 күн бұрын
Thanks
@tutorialhorizon9085
@tutorialhorizon9085 Жыл бұрын
Corrections: 7:33 Only up to index 15, not 16 Corrections: 15:03 Once iteration is over, Check If overlapping was found ***
@tutorialhorizon9085
@tutorialhorizon9085 Жыл бұрын
Corrections: 3:40 ** j iterates from i to n** Corrections: 3:45 ** max size of subarray would be (n - i)**
@loneleyEngineer
@loneleyEngineer 2 ай бұрын
exactly what I was going to comment. But you haven't changed on website
@redtornado422
@redtornado422 Жыл бұрын
Thank you so much!
@tutorialhorizon9085
@tutorialhorizon9085 4 ай бұрын
Glad it helped