Hanif Ali 4c37eb7d07 Improved on Singly Linked List Programs (#1558)
* Improved Singly Linked List
Added String Representations of Nodes and Linked Lists
Added support for indexing and changing of Node data using indices.

* Added a few comments to Linked Lists

* Reformatted to conform to PEP8

* Added from_sequence.py
Convert a Python List to Linked List comprising of Nodes and return head.

* Added print_reverse.py
Recursive program to print the elements of a Linked List in reverse.

* Change 'is not None' for more Pythonicness
2019-11-10 09:47:04 +01:00
2019-10-18 08:13:58 +02:00
2019-10-22 19:13:48 +02:00
2019-10-05 10:14:13 +05:00
2019-11-04 08:28:51 +01:00
2019-10-05 10:14:13 +05:00
2019-10-30 12:52:20 +01:00
2019-10-30 16:10:30 +01:00
2019-10-31 19:49:25 +01:00
2019-10-25 19:05:23 +02:00
2019-06-02 12:14:18 +08:00

The Algorithms - Python

Donate  Build Status  LGTM  Gitter chat  contributions welcome   

All algorithms implemented in Python (for education)

These implementations are for learning purposes. They may be less efficient than the implementations in the Python standard library.

Contribution Guidelines

Read our Contribution Guidelines before you contribute.

Community Channel

We're on Gitter! Please join us.

List of Algorithms

See our directory.

Open in Gitpod

Languages
Python 99.9%
Shell 0.1%