Startup logbook #2The Step Before the Leap of Faith: Stockpiling Supplies on a Small BoatMar 11Mar 11
Startup logbook #1, leap of faith(Don’t be misled by my title — I haven’t jumped yet! I’m merely imagining the real-world conditions that should be in place before the…Feb 26Feb 26
All about time travelThe type of time travel we’re discussing here is the one commonly seen in TV shows and novels — where the protagonist, through some…Feb 19Feb 19
Why Is No One Immortal?There seems to be no living being in nature that relies on immortality to sustain itself. Even for organisms with exceptionally long…Feb 8Feb 8
About Lying FlatIn contemporary times, “lying flat” has become a socially discussed phenomenon, referring to individuals opting for a low-demand lifestyle…Jan 27Jan 27
Published inNerd For TechGraph Traversal in Python: BFS,DFS,Dijkstra,A-star parallel comparisionWe have discussed about Breadth First Search (BFS), Depth First Search (DFS), Dijkstra’ Search, A-star (or A*) algorithm. Let’s do a quick…Apr 1, 2021Apr 1, 2021
Published inNerd For TechGraph Traversal in Python:A* algorithmWe have gone through Breadth First Search (BFS), Depth First Search (DFS), Dijkstra’s Search in Python previously. In this articles we…Mar 29, 2021Mar 29, 2021
Published inNerd For TechGraph Traversal in Python: Dijkstra’s SearchPreviously we have gone through the most fundamental graph search algorithm: the Breadth First Search (BFS) and the Depth First Search…Mar 26, 2021Mar 26, 2021
Published inNerd For TechGraph Traversal in Python: Depth First Search (DFS)Depth First Search (DFS) or Depth First Traversal (DFT) is another fundamental graph algorithm that similar to the previous discussed BFS…Mar 25, 2021Mar 25, 2021