Metadata-Version: 2.4
Name: samruddhk
Version: 2.2.19
Summary: A collection of algorithms
Author-email: SAMRUDDH K <samruddh.k52@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/SAMRUDDH15/samruddhk
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Samruddh K's Graph Algorithms Library

This Python library provides various graph algorithms, including:

- Topological sorting
- Transitive closure
- Breadth-first search (BFS) for reachable nodes
- Checking connectivity of a graph
- Dijkstra's algorithm for shortest paths
- Kruskal's algorithm for Minimum Spanning Tree (MST)

## Installation

You can install this library using pip:

