-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d1077b
commit c843ffc
Showing
3 changed files
with
42 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
Metadata-Version: 2.1 | ||
Name: eduAlgo | ||
Version: 1.1.1 | ||
Version: 1.1.2 | ||
Summary: An educational Algorithmic Library | ||
Home-page: https://github.com/Abhijit2505/eduAlgo | ||
Author: Abhijit Tripathy | ||
Author-email: [email protected] | ||
License: MIT | ||
Description: | ||
<img src ="https://edualgo.github.io/documentation/assets/images/eduAlgo.png" height = "250"> | ||
|
||
# eduAlgo | ||
|
||
<img src="https://img.shields.io/github/license/Abhijit2505/eduAlgo?style=for-the-badge"> <img src ="https://img.shields.io/github/languages/code-size/Abhijit2505/eduAlgo?style=for-the-badge"> <img src = "https://img.shields.io/github/contributors/Abhijit2505/eduAlgo?style=for-the-badge"> <img src ="https://img.shields.io/github/last-commit/Abhijit2505/eduAlgo?style=for-the-badge"> <img src="https://img.shields.io/pypi/wheel/eduAlgo?style=for-the-badge"> | ||
|
||
<img src = "https://img.shields.io/pypi/status/eduAlgo?style=for-the-badge"> <img src ="https://img.shields.io/pypi/v/eduAlgo?style=for-the-badge&logo=PyPi"> <img src="https://img.shields.io/github/commit-activity/m/Abhijit2505/eduAlgo?style=for-the-badge"> <img src ="https://img.shields.io/github/release-date/Abhijit2505/eduAlgo?style=for-the-badge"> | ||
<img src = "https://img.shields.io/pypi/status/eduAlgo?style=for-the-badge"> <img src ="https://img.shields.io/pypi/v/eduAlgo?style=for-the-badge&logo=PyPi"> <img src ="https://img.shields.io/github/release-date/Abhijit2505/eduAlgo?style=for-the-badge"> | ||
|
||
|
||
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com) | ||
|
@@ -29,20 +31,8 @@ Description: | |
* Getting resources, articles etc to study about python and Algorithms | ||
* Become a handy tool for the programmers while using different algorithms on daily basis | ||
|
||
## Current Algorithms | ||
|
||
* Module Name : **algorithm** | ||
* Bubble sort - <img src ="https://img.shields.io/badge/-implemented-green"> | ||
* Selection sort - <img src ="https://img.shields.io/badge/-implemented-green"> | ||
* Module Name : **LinkedList** | ||
* Palindromic Linked List - <img src ="https://img.shields.io/badge/-implemented-green"> | ||
* Remove Linked List Elements - <img src ="https://img.shields.io/badge/-implemented-green"> | ||
* Remove Duplicates From a Sorted List - <img src ="https://img.shields.io/badge/-implemented-green"> | ||
* Merge Two Sorted List - <img src ="https://img.shields.io/badge/-implemented-green"> | ||
* Reverse Linked List - <img src ="https://img.shields.io/badge/-implemented-green"> | ||
* Delete Node In a Linked List - <img src ="https://img.shields.io/badge/-implemented-green"> | ||
* Middle Of the Linked List - <img src ="https://img.shields.io/badge/-implemented-green"> | ||
|
||
## Documentation | ||
The documentation for the included methods and their implementations can be found here - <a href = "https://edualgo.github.io/documentation/index.html">eduAlgo-Documentation</a> | ||
|
||
## Algorithms Yet to Publish | ||
|
||
|
@@ -94,6 +84,20 @@ Description: | |
|
||
This package is under **MIT License** copyright @<a href = "https://github.com/Abhijit2505">Abhijit Tripathy</a> | ||
|
||
## About The Contributors | ||
|
||
<table> | ||
<tr> | ||
<td> | ||
<img src = "https://edualgo.github.io/documentation/assets/images/Abhijit23.jpeg" height = "100"> | ||
</td> | ||
<td> | ||
<a href="https://github.com/Abhijit2505">Abhijit Tripathy</a></br> | ||
DSA Developer and Python Programmer | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
Keywords: algorithms | ||
Platform: UNKNOWN | ||
Classifier: Development Status :: 3 - Alpha | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters