# Library of Basic Algorithms <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT-License image"></a>
This repository contains a small library called `BasicAlgorithms`, a collection of basic algorithms implemented in Python. The 'BasicAlgorithms` library this is a cozy place for the most common algorithms.
## Enabled Algorithms
Currently, the library includes implementations of the following algorithms:
- Sorting:
- Bubble Sort
- Insertion Sort
- Selection Sort
- Merge Sort
- Quick Sort
- Search:
- Linear Search
- Binary Search
- Mathematical algorithms:
- Factorial
- The Fibonacci number of the index
- Other algorithms:
- Search for min and max
## Usage
To use algorithms in your Python projects, you can:
1. Clone the repository.
## Contribution
Any contributions are welcome! If you have an implementation of another algorithm or would like to improve the existing ones, please follow these steps.:
1. Make a fork of the repository.
2. Create a new branch for your feature or bug fix.
3. Implement your changes.
4. Make sure that your code is well documented and includes tests.
5. Send a pull request.
## License
This project is licensed under the [MIT LICENSE].
## Author
MindlessMuse666 (https://github.com/MindlessMuse666)
Raw data
{
"_id": null,
"home_page": "https://github.com/MindlessMuse666/basic-algorithms",
"name": "BasicAlgorithmsPyLib",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "python algorithms algorithms-library first-library sorting searching data-structures",
"author": "MindlessMuse666",
"author_email": "mindlessmuse.666@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/15/41/1f2c35e0979d422760b4992e3fa451978846bbf82702dca64851d2948dae/basicalgorithmspylib-0.0.1.tar.gz",
"platform": null,
"description": "# Library of Basic Algorithms <a href=\"https://opensource.org/licenses/MIT\"><img src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" alt=\"MIT-License image\"></a>\r\n\r\nThis repository contains a small library called `BasicAlgorithms`, a collection of basic algorithms implemented in Python. The 'BasicAlgorithms` library this is a cozy place for the most common algorithms.\r\n\r\n## Enabled Algorithms\r\n\r\nCurrently, the library includes implementations of the following algorithms:\r\n\r\n- Sorting:\r\n- Bubble Sort\r\n- Insertion Sort\r\n - Selection Sort\r\n- Merge Sort\r\n- Quick Sort\r\n- Search:\r\n- Linear Search\r\n- Binary Search\r\n- Mathematical algorithms:\r\n - Factorial\r\n - The Fibonacci number of the index\r\n- Other algorithms:\r\n - Search for min and max \r\n\r\n## Usage\r\n\r\nTo use algorithms in your Python projects, you can:\r\n\r\n1. Clone the repository.\r\n\r\n\r\n## Contribution\r\n\r\nAny contributions are welcome! If you have an implementation of another algorithm or would like to improve the existing ones, please follow these steps.:\r\n\r\n1. Make a fork of the repository.\r\n2. Create a new branch for your feature or bug fix.\r\n3. Implement your changes.\r\n4. Make sure that your code is well documented and includes tests.\r\n5. Send a pull request.\r\n\r\n## License\r\n\r\nThis project is licensed under the [MIT LICENSE].\r\n\r\n## Author\r\n\r\nMindlessMuse666 (https://github.com/MindlessMuse666)\r\n",
"bugtrack_url": null,
"license": null,
"summary": "The \"BasicAlgorithmsPyLib\" library this is a cozy place for the most common algorithms.",
"version": "0.0.1",
"project_urls": {
"GitHub": "https://github.com/MindlessMuse666",
"Homepage": "https://github.com/MindlessMuse666/basic-algorithms"
},
"split_keywords": [
"python",
"algorithms",
"algorithms-library",
"first-library",
"sorting",
"searching",
"data-structures"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fd4fd7cff795c714aa27feb0b2f3f9b220a6a6820efaf81b9c20fe930e0e4900",
"md5": "d89b8e74b173b73179afe1a9b8b83836",
"sha256": "4c55f3b9793d46f87222c0195064566e7b7263ebb5bc1f818701ec1833be0e0a"
},
"downloads": -1,
"filename": "BasicAlgorithmsPyLib-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d89b8e74b173b73179afe1a9b8b83836",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 8739,
"upload_time": "2025-01-11T18:48:49",
"upload_time_iso_8601": "2025-01-11T18:48:49.424830Z",
"url": "https://files.pythonhosted.org/packages/fd/4f/d7cff795c714aa27feb0b2f3f9b220a6a6820efaf81b9c20fe930e0e4900/BasicAlgorithmsPyLib-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "15411f2c35e0979d422760b4992e3fa451978846bbf82702dca64851d2948dae",
"md5": "f1e8b81648de4ce3b1ef185256fd30c6",
"sha256": "c46c6edcdd7f4cea4c7fd4f289f5619649d7eb994d99f265696db1322afff821"
},
"downloads": -1,
"filename": "basicalgorithmspylib-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "f1e8b81648de4ce3b1ef185256fd30c6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 5834,
"upload_time": "2025-01-11T18:48:51",
"upload_time_iso_8601": "2025-01-11T18:48:51.814123Z",
"url": "https://files.pythonhosted.org/packages/15/41/1f2c35e0979d422760b4992e3fa451978846bbf82702dca64851d2948dae/basicalgorithmspylib-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-11 18:48:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MindlessMuse666",
"github_project": "basic-algorithms",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "basicalgorithmspylib"
}