You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A python package published at [PyPi](https://pypi.org/). The project can be viewed here - [PyPi - eduAlgo](https://pypi.org/project/eduAlgo/).
21
+
22
+
## Aim Of The Package
23
+
24
+
This is a very simple python package made with python script to study different algorithms for educational purposes. This package is under **planning** version and aims to achieve the following,
25
+
26
+
* Contain All the available algorithms
27
+
* Help students with learning space and time complexity
28
+
* Visualizing Algorithms
29
+
* Getting resources, articles etc to study about python and Algorithms
30
+
* Become a handy tool for the programmers while using different algorithms on daily basis
31
+
32
+
## Current Algorithms
33
+
34
+
* Bubble sort
35
+
* Selection sort
36
+
37
+
## Algorithms Yet to Publish
38
+
39
+
* Searching Algorithms and Visualizations
40
+
* Sorting Algorithms and Visualizations
41
+
* Graph Algorithms and Visualizations
42
+
* Linked List Implementations and Vizualizations
43
+
* Tree Types, Vizualizations and Implementations
44
+
45
+
## Ongoing Issues
46
+
47
+
Here is a list of algorithmic implementations using a linked list -
48
+
49
+
#### Issue#1
50
+
51
+
Can be viewed [here](https://github.com/Abhijit2505/eduAlgo/issues/1)
52
+
53
+
* Palindromic Linked List - <img src ="https://img.shields.io/badge/-easy-brightgreen">
54
+
* Remove Linked List Elements - <img src ="https://img.shields.io/badge/-easy-brightgreen">
55
+
* Intersection Of Two Linked List - <img src ="https://img.shields.io/badge/-easy-brightgreen">
56
+
* Linked List Cycle - <img src ="https://img.shields.io/badge/-easy-brightgreen">
57
+
* Remove Duplicates From a Sorter List - <img src ="https://img.shields.io/badge/-easy-brightgreen">
58
+
* Merge Two Sorted List - <img src ="https://img.shields.io/badge/-easy-brightgreen">
59
+
* Reverse Linked List - <img src ="https://img.shields.io/badge/-easy-brightgreen">
60
+
* Delete Node In a Linked List - <img src ="https://img.shields.io/badge/-easy-brightgreen">
61
+
* Middle Of the Linked List - <img src ="https://img.shields.io/badge/-easy-brightgreen">
62
+
* Delete M Modes after M Nodes of a Linked List - <img src ="https://img.shields.io/badge/-easy-brightgreen">
63
+
* Convert Binary Number In a Linked List to integer - <img src ="https://img.shields.io/badge/-easy-brightgreen">
64
+
65
+
#### issue#2
66
+
67
+
Can be viewed [here](https://github.com/Abhijit2505/eduAlgo/issues/2)
68
+
69
+
* Design Linked List - <img src ="https://img.shields.io/badge/-intermediate-orange">
70
+
* Rotate List - <img src ="https://img.shields.io/badge/-intermediate-orange">
71
+
* Insert Into a Sorted Circular Linked List - <img src ="https://img.shields.io/badge/-intermediate-orange">
72
+
* Add Two Numbers - <img src ="https://img.shields.io/badge/-intermediate-orange">
73
+
* Remove Nth Node From End of List - <img src ="https://img.shields.io/badge/-intermediate-orange">
74
+
* Copy List with Random Pointer - <img src ="https://img.shields.io/badge/-intermediate-orange">
75
+
* Remove Duplicates From The Sorted List (Second Version) - <img src ="https://img.shields.io/badge/-intermediate-orange">
76
+
* Reorder List - <img src ="https://img.shields.io/badge/-intermediate-orange">
77
+
* Linked List Cycle (Second Version) - <img src ="https://img.shields.io/badge/-intermediate-orange">
78
+
* Reverse Linked List (Second Version) - <img src ="https://img.shields.io/badge/-intermediate-orange">
79
+
* Linked List In Binary Tree - <img src ="https://img.shields.io/badge/-intermediate-orange">
80
+
* Insertion Sort List - <img src ="https://img.shields.io/badge/-intermediate-orange">
81
+
* Remove Zero-Sum Consecutive Nodes from Linked List - <img src ="https://img.shields.io/badge/-intermediate-orange">
82
+
* Partition List - <img src ="https://img.shields.io/badge/-intermediate-orange">
83
+
* Sort List - <img src ="https://img.shields.io/badge/-intermediate-orange">
0 commit comments