J
Blog
Dijkstra's Algorithm
December 28, 2021
Single-Source Shortest path finding algorithm for graphs.
Minimum Spanning Tree
December 27, 2021
Prim's Algorithm and Kruskal Algorithm for Minimum Spanning Tree.
Disjoint Set Union (DSU)
December 26, 2021
Also called Union-Find because of its two main operation.
Topological Sorting in DAGs
December 24, 2021
Topological Sorting for Directed Acyclic Graph using BFS(Kahn's Algorithm) and DFS.
Cycle Detection in Graphs
December 23, 2021
Cycle detection in Undirected and Directed graph. Bipartite Graph.
MYSQL Queries Basics
December 22, 2021
Database introduction and SQL Queries basics.
Graph Traversal
December 21, 2021
Graph Traversal Methods - Breadth-First Search and Depth-First Search
Graph Introduction and Representation
December 20, 2021
What is a Graph? Types of Graph. Representation of Graph.
Build a Blog with NextJs
June 7, 2021
NextJS is a the React framework for production. If you've been thinking about creating a dev blog for yourself, take a look how I made it for myself.