# SKBU 2nd Semester Python Package
## Overview
This Python package provides implementations of various data structures and algorithms as per the syllabus of the 2nd semester of Sidho Kanho Birsha University (SKBU). It covers topics such as arrays, linked lists, stacks, queues, recursion, trees, graphs, searching, sorting, and hashing.
## Installation
You can install the package using pip:
```bash
pip install skbu_2nd_sem
```
## Usage
To use the package, simply import the desired modules:
```python
from skbu_2nd_sem import arrays, linked_lists, stacks, queues, recursion, trees_and_graphs, searching, sorting, hashing
```
Then, you can access the various data structures and algorithms provided by the package.
## Documentation
For detailed documentation, please refer to the [documentation](https://github.com/PB2204/SKBU-2nd-Sem/tree/main/docs) directory.
## Examples
For usage examples, please refer to the [examples](https://github.com/PB2204/SKBU-2nd-Sem/tree/main/examples) directory.
## Contributing
Contributions are welcome! Please feel free to submit bug reports, feature requests, or pull requests on [GitHub](https://github.com/PB2204/SKBU-2nd-Sem).
## Contact
For any inquiries or feedback, please contact:
- **Pabitra Banerjee**
- **Email:** pabitra.banerjee@explorecode.live
- **LinkedIn:** [Pabitra Banerjee](https://www.linkedin.com/in/pabitra-banerjee)
- **Twitter:** [@FossilianBhed](https://twitter.com/FossilianBhed)
- **Website:** [Code Explorer](https://explorecode.live/)
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/PB2204/SKBU-2nd-Sem/blob/main/LICENSE) file for details.
Raw data
{
"_id": null,
"home_page": "https://github.com/PB2204/SKBU-2nd-Sem",
"name": "skbu-2nd-sem",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Pabitra Banerjee",
"author_email": "pabitra.banerjee@explorecode.live",
"download_url": "https://files.pythonhosted.org/packages/cc/5c/a09e5105247e8dad71dfff926c42a501accbe4f835696655b25e9d3746e9/skbu_2nd_sem-1.0.2.tar.gz",
"platform": null,
"description": "# SKBU 2nd Semester Python Package\r\n\r\n## Overview\r\n\r\nThis Python package provides implementations of various data structures and algorithms as per the syllabus of the 2nd semester of Sidho Kanho Birsha University (SKBU). It covers topics such as arrays, linked lists, stacks, queues, recursion, trees, graphs, searching, sorting, and hashing.\r\n\r\n## Installation\r\n\r\nYou can install the package using pip:\r\n\r\n```bash\r\npip install skbu_2nd_sem\r\n```\r\n\r\n## Usage\r\n\r\nTo use the package, simply import the desired modules:\r\n\r\n```python\r\nfrom skbu_2nd_sem import arrays, linked_lists, stacks, queues, recursion, trees_and_graphs, searching, sorting, hashing\r\n```\r\n\r\nThen, you can access the various data structures and algorithms provided by the package.\r\n\r\n## Documentation\r\n\r\nFor detailed documentation, please refer to the [documentation](https://github.com/PB2204/SKBU-2nd-Sem/tree/main/docs) directory.\r\n\r\n## Examples\r\n\r\nFor usage examples, please refer to the [examples](https://github.com/PB2204/SKBU-2nd-Sem/tree/main/examples) directory.\r\n\r\n## Contributing\r\n\r\nContributions are welcome! Please feel free to submit bug reports, feature requests, or pull requests on [GitHub](https://github.com/PB2204/SKBU-2nd-Sem).\r\n\r\n## Contact\r\n\r\nFor any inquiries or feedback, please contact:\r\n\r\n- **Pabitra Banerjee**\r\n- **Email:** pabitra.banerjee@explorecode.live\r\n- **LinkedIn:** [Pabitra Banerjee](https://www.linkedin.com/in/pabitra-banerjee)\r\n- **Twitter:** [@FossilianBhed](https://twitter.com/FossilianBhed)\r\n- **Website:** [Code Explorer](https://explorecode.live/)\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/PB2204/SKBU-2nd-Sem/blob/main/LICENSE) file for details.\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python package for implementing data structures and algorithms for SKBU 2nd semester syllabus.",
"version": "1.0.2",
"project_urls": {
"Homepage": "https://github.com/PB2204/SKBU-2nd-Sem"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cc5ca09e5105247e8dad71dfff926c42a501accbe4f835696655b25e9d3746e9",
"md5": "6cd9acb55f1bf910d0e7d065eac90155",
"sha256": "fcf9831bece0fc5264b60cbdc1010a810b284e3ec21d2b8dbfa668af244195c1"
},
"downloads": -1,
"filename": "skbu_2nd_sem-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "6cd9acb55f1bf910d0e7d065eac90155",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1974,
"upload_time": "2024-04-20T11:07:17",
"upload_time_iso_8601": "2024-04-20T11:07:17.635148Z",
"url": "https://files.pythonhosted.org/packages/cc/5c/a09e5105247e8dad71dfff926c42a501accbe4f835696655b25e9d3746e9/skbu_2nd_sem-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-20 11:07:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "PB2204",
"github_project": "SKBU-2nd-Sem",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pytest",
"specs": [
[
"==",
"6.2.4"
]
]
},
{
"name": "pytest-cov",
"specs": [
[
"==",
"2.12.1"
]
]
}
],
"lcname": "skbu-2nd-sem"
}