Metadata-Version: 2.1
Name: demox2004
Version: 0.1
Summary: A package that contains DFS, BFS, and other example programs
Author: Your Name
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Demo Package

This package includes the implementation of various programs including:
- Depth First Search (DFS)
- Breadth First Search (BFS)
- Example Programs
