The video provides an explanation of two Single Source Shortest Path (SSSP) algorithms: Dijkstra and Bellman-Ford. It covers the basics of both algorithms, briefly discussing key proof points, along with their pseudo code and time complexity. Relevant data structures are highlighted, and examples are used to demonstrate their functionality. The video also includes a comparison of these algorithms with each other and the A* algorithm to illustrate their advantages and applications.