Open in app
Home
Notifications
Lists
Stories

Write
Ben Chan
Ben Chan

Home

Jul 16, 2021

Dijkstra’s Shortest Path Algorithm

Dijkstra’s shortest path algorithm is one algorithm of many that can be used to find the shortest path between two nodes of a graph. However, what makes the algorithm unique is the fact that it generates a table that can be used to determine the shortest path between not only…

6 min read

Dijkstra’s Shortest Path Algorithm
Dijkstra’s Shortest Path Algorithm

May 10, 2021

Introduction to Linked Lists

In computer science, linked lists are a common linear data structure which consists of nodes connected to each other via pointers. Each node consists of two pieces of data, the data, and the address of the next node that the current node is connected to. Linked lists can be compared…

6 min read

Introduction to Linked Lists
Introduction to Linked Lists

Oct 2, 2020

Eco-Friends

Climate change continues to affect our daily lives and continues to become a bigger issue every year. The past decade has been the hottest decade on record. As temperatures continue to rise, we will continue to see more devastating effects to our environment and our daily lives. …

9 min read

Environmentalism App
Environmentalism App
Ben Chan

Ben Chan

Current CS student and aspiring software engineer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable