Metadata-Version: 2.4
Name: my_algo_lib
Version: 0.1.0
Summary: A collection of algorithms for my exam
Author-email: Krishu <krishu@example.com>
Project-URL: Homepage, https://github.com/krishu/my_algo_lib
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# My Algo Lib
This is a collection of useful graph and backtracking algorithms.
