Rafael Pérez ☀️
@rperezrosario@mastodon.social
Hello there. I'm a software developer based in NYC. I micro-blog mostly about software development in general, web app development in particular, web apis, and relational databases. I am also interested in data visualization, AI, and CS-related topics. He/him/his. #developer #dotnet #webapi #sqlserver #postgresql #csharp #angular #typescript #javascript #html #css #webdev #softwaredevelopment #programming #ai #compsci #foss #nyc
mastodon.social
Google IDX Product Manager Kirupa Chinnathambi writes a code-backed, step-by-step review of Dijkstra's famous graph algorithm, depth, and breadth first search, touching up on Bellman-Ford and A*.
This reminded me of a uni assignment where we recommended shortest path routes to passengers based on geo data from London Tube stations, using A* to compute them.
"Dijkstra's Shortest Path Algorithm"
#algorithms #datastructures #graphs #dfs #bfs #dijkstra #astar #compsci #javascript #programming