The Wayback Machine - https://web.archive.org/web/20191222123442/https://github.com/TheAlgorithms/Python
Skip to content
All Algorithms implemented in Python https://travis-ci.com/TheAlgorithms/P…
Python
Branch: master
Clone or download
Dhakad9 and cclauss Stack using double linked list (#1413)
* Stack using double linked list

* Test with doctests

* Update stack_using_dll.py

* Update stack_using_dll.py

* Update stack_using_dll.py

Co-authored-by: Christian Clauss <cclauss@me.com>
Latest commit aa18600 Dec 21, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Typo in a comment (#1603) Nov 28, 2019
arithmetic_analysis Bug Fixed in newton_raphson_method.py (#1634) Dec 15, 2019
backtracking Simplify sudoku.is_completed() using builtin all() (#1608) Dec 8, 2019
blockchain Add Topological Sort (#1302) Oct 18, 2019
boolean_algebra Tabs --> spaces in quine_mc_cluskey.py (#1426) Nov 21, 2019
ciphers Fixed warning string for Key B = 0 (#1639) Dec 20, 2019
compression Fix indentation contains tabs (flake8 E101,W191) (#1573) Nov 16, 2019
conversions Create roman_to_integer.py (#1636) Dec 20, 2019
data_structures Stack using double linked list (#1413) Dec 21, 2019
digital_image_processing Image processing algorithms added (#616) Dec 10, 2019
divide_and_conquer Adding doctests into LDA algorithm (#1621) Dec 8, 2019
dynamic_programming file iterating_through_submasks.py for given mask is added in dynamic… Dec 18, 2019
file_transfer GitHub Action formats our code with psf/black (#1569) Nov 14, 2019
fuzzy_logic Remove code with side effects from main (#1577) Nov 17, 2019
graphs Add docstr and algorithm to BFS shortest path module (#1637) Dec 19, 2019
hashes add the index calculation class at digital_image_processing and the h… Dec 6, 2019
images Add Travis_CI_tests_are_failing.md (#1499) Oct 28, 2019
linear_algebra Update README.md (#1588) Nov 23, 2019
machine_learning Remove \r from strings (#1622) Dec 10, 2019
maths Harmonic Geometric and P-Series Added (#1633) Dec 14, 2019
matrix psf/black code formatting (#1277) Oct 5, 2019
networking_flow psf/black code formatting (#1277) Oct 5, 2019
neural_network Improved readability (#1615) Dec 7, 2019
other other/integeration_by_simpson_approx.py is added for approximate inte… Dec 20, 2019
project_euler Fix indentation contains tabs (flake8 E101,W191) (#1573) Nov 16, 2019
scripts minor changes in format of DIRECTORY.md (#1461) Oct 25, 2019
searches Improved readability (#1615) Dec 7, 2019
sorts Update odd_even_transposition_parallel.py (#1458) Dec 8, 2019
strings Reverse Words (#1581) Nov 18, 2019
traversals psf/black code formatting (#1277) Oct 5, 2019
web_programming added current stock price (#1590) Nov 23, 2019
.coveragerc Add pytest-cov (#1578) Nov 17, 2019
.gitignore Update .gitignore to remove __pycache__/ (#1127) Aug 16, 2019
.travis.yml Update binary_search_tree.py (#1339) Dec 21, 2019
CONTRIBUTING.md Readability of CONTRIBUTING.md (#1422) Oct 22, 2019
LICENSE.md Create CONTRIBUTING.md (#864) Jun 2, 2019
README.md Readability of CONTRIBUTING.md (#1422) Oct 22, 2019
Travis_CI_tests_are_failing.md Add Travis_CI_tests_are_failing.md (#1499) Oct 28, 2019
requirements.txt Remove \r from strings (#1622) Dec 10, 2019

README.md

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

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.