Graph Algorithms Crash Course (with Java)

  Рет қаралды 101,246

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Пікірлер: 63
@CodingCleverly
@CodingCleverly 2 жыл бұрын
Thank you once again for this fantastic opportunity. I'd like to announce that I'll be doing an Ultimate Data Structures and Algorithms Series on my channel. New videos will be uploaded every Saturday and Wednesday. The link to the channel: kzbin.info
@brajeshmohanty2558
@brajeshmohanty2558 2 жыл бұрын
Thank u sooooo much u people are not less than any god.
@cyeg12c
@cyeg12c 2 жыл бұрын
VS code theme name?
@numanakhtersiddiqui6573
@numanakhtersiddiqui6573 2 жыл бұрын
Thanks for this course....
@numanakhtersiddiqui6573
@numanakhtersiddiqui6573 2 жыл бұрын
which vs code theme are you using?
@adhirajbhattacharya8574
@adhirajbhattacharya8574 2 жыл бұрын
hey. great video. wanted to ask why your new dsa playlist is unavailable in my country, india. can you make it available to india as well please. shows "15 unavailable videos are hidden".
@frosty_teacup
@frosty_teacup 2 жыл бұрын
This was the absolute most PERECT time for this. I'm taking my DSA course at uni right now and I really need to know this to start practicing Leetcode! I'm also only familiar with Java right now so I was thinking where I would find the time to get comfortable enough with Python in order to start doing questions. You've solved so many of my problems FCC! 👍🏻
@junyorff12
@junyorff12 2 жыл бұрын
The course is awesome, and the birds on the background make it perfect.
@jasimleskeboy
@jasimleskeboy 2 жыл бұрын
I was searching for a graph video in java surprisingly I got this video instantly. How cool is that
@neelmoradiya1389
@neelmoradiya1389 2 жыл бұрын
Did you completed it ?
@PeeyushIITMD
@PeeyushIITMD 2 жыл бұрын
Was just about to study this...and then this video dropped ...thanks team freecodecamp
@diegocassinera
@diegocassinera 2 жыл бұрын
The code described here has tons of bugs. For example adding a edge via the Graph class has different result as adding one directly by the edge. A deleted edge, is removed from the edge list, however if the edge had vertexes pointing to it those connections are left in place.
@CodingCleverly
@CodingCleverly 2 жыл бұрын
You could be correct. We can improve this algorithm to cover all the edge cases, but in terms of concepts and overall functionality, this is a great place to start. 🙂
@Me-kt3gh
@Me-kt3gh 3 ай бұрын
Overall it's a great crash course though. CodingCleverly does a great job explaining what he's doing, going back and forth between classes to show what he is referencing, and actually explaining what each line (and in a lot of cases what each keyword and variable) is doing.
@blackmagician8680
@blackmagician8680 8 ай бұрын
There is typo at 1:22:48 The correct line should be int alternative = distances.get(current.getData()) + edge.getWeight(); Basically we need to add the distances separately and not inside distances.get(). Hope everyone gets the point.
@mohammedsalmanali01
@mohammedsalmanali01 2 жыл бұрын
Needed so much at this time. I was about to start Graphs
@herrforehead3745
@herrforehead3745 2 жыл бұрын
I have graph theory this year, glad to see this
@b_charlie_d5232
@b_charlie_d5232 Жыл бұрын
Thanks for expanding my understanding of graphs. : )
@jordanyoung1836
@jordanyoung1836 2 жыл бұрын
This would definitely benefit me in my future career
@JassCodes
@JassCodes 2 жыл бұрын
Thank You.. This is very much needed for me 🙂
@gamifycoding8927
@gamifycoding8927 2 жыл бұрын
Graph Algorithms in Java us very very helpful
@belalelhagrasy6621
@belalelhagrasy6621 2 жыл бұрын
Guys what is the best book or free course to learn computer architecture?
@anuraggoswami3534
@anuraggoswami3534 2 жыл бұрын
For more depth watch take u forward new graph playlist
@francescos7361
@francescos7361 Жыл бұрын
Thanks for this programming course.I appreciate a lot .
@yevsell
@yevsell 2 жыл бұрын
God, I needed this so much. Thank you so much
@blackmagician8680
@blackmagician8680 8 ай бұрын
Hi @CodingCleverly any specific reason for not using Map instead of Dictionary in Dijkstra algo? As many of recent Java devs are not comfortable/familiar with Dictionary.
@watamote8694
@watamote8694 Жыл бұрын
I'm at a beginner level Please make a video on Graph algorithm with python
@worldtop_3
@worldtop_3 2 жыл бұрын
Dynamic programming algorithm Java full course upload koro
@shady5063
@shady5063 2 жыл бұрын
nah this is scary, i searched for Graph course IN JAVA today on youtube... this drops after 2 hours...
@brajeshmohanty2558
@brajeshmohanty2558 2 жыл бұрын
Cause god want u to learn java
@farisabufarha531
@farisabufarha531 2 жыл бұрын
what's the difference between this video and the previous one u published ?
@akr28038
@akr28038 9 ай бұрын
he sure likes long variable/method names
@begumunal9367
@begumunal9367 Жыл бұрын
How can I print the start, end value, and paths from start to finish in my graph using DFS?
@grotsunfull
@grotsunfull 2 жыл бұрын
Nice job!
@rafaelsousa1495
@rafaelsousa1495 Жыл бұрын
Great content!
@КонстантинЕфимов-х2в
@КонстантинЕфимов-х2в 2 жыл бұрын
I think, you may use the number of years of friendship between Peter and Jordan for weighted graph.
@CodingCleverly
@CodingCleverly 2 жыл бұрын
I like that 🙂
@GlobalYoung7
@GlobalYoung7 2 жыл бұрын
thank you ❤
@mikhailwiseman5296
@mikhailwiseman5296 2 жыл бұрын
Vscod with Java ? Weird
@cyeg12c
@cyeg12c 2 жыл бұрын
VS code theme name?
@vuanh4084
@vuanh4084 2 жыл бұрын
Thank you so much.
@CodingCleverly
@CodingCleverly 2 жыл бұрын
You're Welcome! 🙂
@austinscott4695
@austinscott4695 2 жыл бұрын
Awesome
@random_things2023
@random_things2023 2 жыл бұрын
I'm here again
@bogdanjovanovic2737
@bogdanjovanovic2737 2 жыл бұрын
Does anyone know the name of VS code theme?
@novagames5719
@novagames5719 2 жыл бұрын
Degult darks or something
@bogdanjovanovic2737
@bogdanjovanovic2737 2 жыл бұрын
@@novagames5719 It's called codeSTACKr Theme
@offorjohn
@offorjohn 9 ай бұрын
Nice.
@yenosibinamakanjuola9249
@yenosibinamakanjuola9249 26 күн бұрын
Hey the dfs is wrong in the situation where the Vertex has no neighbours unless the Vertex of the graph has a connecting edge with itself. The visistedCertex should be added before the for looop public static void dfs(Vertex startingNode , ArrayList visitedVertex){ visitedVertex.add(startingNode) ; for(Edge neighbours : startingNode.getEdges()){ if(!visitedVertex.contains(neighbours.getEnd())){ dfs(neighbours.getEnd() , visitedVertex) ; } } }
@shalenmathew
@shalenmathew 2 жыл бұрын
Why are u crashing the course man 😠
@user23724
@user23724 Жыл бұрын
This guy is awful at explaining things but yeah free tutorial so it’s fairly good
@A-Karim2003
@A-Karim2003 3 күн бұрын
100% agreed
@pranaycc
@pranaycc 2 жыл бұрын
Are you reading my mind?
@shreysharma726
@shreysharma726 2 жыл бұрын
nice ...
@TheJabberwahh
@TheJabberwahh 2 жыл бұрын
Java on vscode? no thx
@ali_m_
@ali_m_ 2 жыл бұрын
Howdy
@saijiang
@saijiang Жыл бұрын
many many many bugs
@earninglegends7085
@earninglegends7085 2 жыл бұрын
❤️❤️
@kopek3105
@kopek3105 2 жыл бұрын
>java bruh
@jordanyoung1836
@jordanyoung1836 2 жыл бұрын
🙂🙂🙂😊😊😊😊😊
@KJ-tq3sm
@KJ-tq3sm 2 жыл бұрын
HUH?
@auniquehandle
@auniquehandle 2 жыл бұрын
bruh can't even make a good example haha
Graph Algorithms for Technical Interviews - Full Course
2:12:19
freeCodeCamp.org
Рет қаралды 1,2 МЛН
Introduction to Graph Theory: A Computer Science Perspective
16:26
Yay😃 Let's make a Cute Handbag for me 👜 #diycrafts #shorts
00:33
LearnToon - Learn & Play
Рет қаралды 117 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 6 МЛН
Learn Java in 15 Minutes (seriously)
19:50
ForrestKnight
Рет қаралды 125 М.
The Last Algorithms Course You'll Need by ThePrimeagen | Preview
16:44
Frontend Masters
Рет қаралды 325 М.
Binary Tree Algorithms for Technical Interviews - Full Course
1:48:53
freeCodeCamp.org
Рет қаралды 734 М.
How Senior Programmers ACTUALLY Write Code
13:37
Thriving Technologist
Рет қаралды 1,6 МЛН
Programming Is Cooked
9:30
ThePrimeTime
Рет қаралды 167 М.
Top 5 Most Common Graph Algorithms for Coding Interviews
13:01
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 324 М.
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 674 М.
Graph Search Algorithms in 100 Seconds - And Beyond with JS
10:30