BlogHide Resteemsjosh-programming (30)in technology • 4 years agoWhy you should use Angular [Webapp from Scratch 0.001]What is Angular? Taken straight from the Angular Docs : Angular is an application design framework and development platform for creating efficient and sophisticated single-page apps…josh-programming (30)in technology • 7 years agosteemCreated with Sketch.An Introduction to (Computer Science) Graphs - How Google Maps Actually Works!Unless you are a seasoned computer scientist, or a student trying to become one; you are probably unfamiliar with graphs. If I asked you to describe to me the graph below and what it means, you…josh-programming (30)in dtube • 7 years agoBreadth First Search (BFS) Algorithm with Queue Trace - Directed Graph ExamplleToday I am going over Breadth First Search or BFS. I was unable to find a tutorial on BFS that included a queue trace, so I decided to make one myself. If you have and questions on BFS or other…josh-programming (30)in technology • 7 years agoLearn Programming - Breadth First Search (BFS) - Finding the shortest path through a Maze!I saw a few of you enjoyed my last post on DFS or Depth First Search, so I made a tutorial on it's sister algorithm Breadth First Search (BFS), check it out below: Computer scientists say this…josh-programming (30)in dtube • 7 years agoDepth First Search (DFS) with Stack Trace TutorialToday I am going over Depth First Search or DFS. I was unable to find a tutorial on DFS that included a stack trace, so I decided to make one myself. If you have any questions on DFS or other graph…josh-programming (30)in technology • 7 years agoLearn Programming - Depth First Search (DFS) - Maze Solving AlgorithmAs a crypto fanatic and programmer, I thought steemit would be a great platform to introduce my intro to programming series. In this video, we are talking about graph traversal algorithms (maze…