VOOZH about

URL: https://thenewstack.io/the-power-of-graph-algorithms/

⇱ The Power of Graph Algorithms - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2022-03-11 10:00:29
The Power of Graph Algorithms
contributed,
Data

The Power of Graph Algorithms

A better understanding of how to use graph algorithms can benefit data scientists, software engineers, and project managers.
Mar 11th, 2022 10:00am by Julian Shun
👁 Featued image for: The Power of Graph Algorithms
Feature image via Pixabay.
Julian Shun
Julian Shun, lead instructor of MIT Professional Education’s Graph Algorithms and Machine Learning course, is an Associate Professor of Electrical Engineering and Computer Science at MIT and a lead investigator in MIT Computer Science and Artificial Intelligence Laboratory (CSAIL). His research focuses on the theory and practice of parallel algorithms and programming, with particular emphasis on designing algorithms and frameworks for large-scale graph processing and spatial data analysis. He also studies parallel algorithms for text analytics, concurrent data structures, and methods for deterministic parallelism. Prior to joining MIT, he was a postdoctoral Miller Research Fellow at UC Berkeley. His honors include the NSF CAREER award, DOE Early Career Award, ACM Doctoral Dissertation Award, the CMU School of Computer Science Doctoral Dissertation Award, Google Faculty Research Award, Google Research Scholar Award, SoE Ruth and Joel Spira Award for Excellence in Teaching, Facebook Graduate Fellowship, and best paper awards at PLDI, SPAA, CGO, and DCC.

A graph is a data structure consisting of vertices and edges. A vertex is simply any entity represented by the data (for instance: a social media user), and an edge is a relationship between those various entities.

Graph algorithms have practical applications in a wide array of fields. They can help social media companies to better understand interactions and relationships between users, help to streamline transportation and logistics, and help financial institutions to identify instances of fraud more quickly and accurately. However, graph algorithms are often poorly understood, even among many data scientists — a problem that will become more pressing as the data gathered and managed by organizations continues to expand.

Here are three types of stakeholders that can benefit from knowledge about and experience with graph algorithms.

Data Scientists — It may seem obvious that data scientists should understand graph algorithms. But these analytics experts often have their hands full with different types of data sets, problems, and solutions, and many simply haven’t yet had an opportunity to get up to speed with graphs. For data scientists, the gap typically comes down to knowing what graph techniques exist and how to apply them to specific situations. By spending time learning about and applying a dozen or two dozen specific graph algorithms, data scientists can often very quickly become adept at using these tools to solve problems within their own organizations. It’s also important for these experts to know how to convert raw data into the proper format for graph algorithms, as well as to understand what sorts of software tools can help them to make use of graphs within their organizations.

Once data scientists understand some of the basics of graph algorithms, they are often able to unlock significant value. For instance, a data scientist working for a social media company might use graph algorithms to discover better ways to make recommendations to users, improve the quality of the service, and generate more revenue through ads. Meanwhile, a data scientist working in finance might use graphs to model the relationships between different asset types, or between various financial institutions. In sectors like manufacturing, data scientists can use graphs to optimize supply chains and shipping routes.

Along with knowing the basics about different graph algorithms, data scientists should understand how to use high-performance computing methods to process graph data, as well as visualization techniques to help stakeholders understand the information. These skills will become increasingly important as the volume of data collected and managed by organizations continues to expand.

Software Engineers — Different organizations will use graph algorithms in different ways, and it can be extremely helpful to have engineering talent in-house that understands how to make graph analysis faster and more efficient. Here again, high-performance computing techniques are crucial to putting graph algorithms into practice. When software engineers obtain skills around performance-oriented topics such as parallel computing, data compression, locality optimization, and algorithmic optimization, they can add significant value to their organizations’ graph analytics processes.

Looking again at the examples of social media and route optimization, we can see the impact of high-performance computing on the use of graph algorithms. Data scientists at large social networking companies like Facebook and Twitter are dealing with billions — or even trillions — of vertices and edges, and it’s simply not practical to process this much data in a timely manner without leveraging high-performance computing techniques. In travel and logistics, data can change rapidly with the ebb and flow of traffic, and it is important that analysis tools be able to respond efficiently to these changes in real time — rather than restarting a computation from scratch every time new data is added to a model.

Project Managers — The people overseeing projects related to graph algorithms may not need the same sort of in-depth knowledge that data scientists need, but they can still benefit greatly from a baseline understanding of what graph algorithms are, how they work, and what sorts of problems they can be used to solve. Without this knowledge, a project manager will not be able to make informed suggestions about different ideas for data science teams to try out, or about how to improve the performance of graph-related solutions. For project managers, a broad conceptual understanding of graph algorithms is more important than hands-on experience. Really, it’s similar to anything else: while a CEO doesn’t need to be an expert in IT or finance or human resources or marketing, it’s important that they have at least some comfort and familiarity with each of these areas. Likewise, it’s important for project managers overseeing solutions that utilize graph algorithms to understand the basics.

Organizations are now collecting and managing more data than ever before, and that volume is only going to keep increasing each year. Graph algorithms can help organizations position themselves to create value from that data, better serve their customers, and maintain a competitive edge.

TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.