skbu-2nd-sem

A Python package for implementing data structures and algorithms for SKBU 2nd semester syllabus.


License
MIT
Install
pip install skbu-2nd-sem==1.0.2

Documentation

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:

pip install skbu-2nd-sem

Usage

To use the package, simply import the desired modules:

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 directory.

Examples

For usage examples, please refer to the examples directory.

Contributing

Contributions are welcome! Please feel free to submit bug reports, feature requests, or pull requests on GitHub.

Contact

For any inquiries or feedback, please contact:

License

This project is licensed under the MIT License - see the LICENSE file for details.