Skip to content

A Python package that integrates functional-rich data structures that are most useful for programming.

License

Notifications You must be signed in to change notification settings

D-Naveenz/data-structures-pack

Repository files navigation

Contributors Forks Stargazers Issues AGPL License LinkedIn


Logo

Data Structures Pack

A Python package of data structures that commonly using in programming
Explore the docs »

View Changelog · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

(About field is empty)

(back to top)

Built With

The whole package has build using Python and no extra dependencies required. Unit testing implemented on Pytest and using Mypy as a 'static-typing' helper.

(back to top)

Getting Started

Prerequisites

Make sure you have installed python on your machine and using the latest version of 'pip' package manager.

Installation

  1. Install via pip package manager
    pip install dsapack

(back to top)

Usage

(Usage field is empty).
For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Create the base class
  • Create serializable API for base classes
  • Create generic API for implement common structures
  • Add complex data structures
    • Graph
    • Tree
  • Add common data structures
    • Stack
    • Queue
    • Linked List
  • Add Unit Test examples

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Add some NewFeature')
  4. Push to the Branch (git push origin feature/NewFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the AGPL v3.0 License. See LICENSE.txt for more information.

(back to top)

Contact

Naveen Dharmathunga - @dharmathunga - dnd.pro@outlook.com

Project Link: https://github.com/D-Naveenz/data-structures-pack

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)

About

A Python package that integrates functional-rich data structures that are most useful for programming.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages