PatOnTheBack 1c9d995b9e Implement Three New Algorithms (#948)
* Create average_median.py

I created a program to calculate the median of a list of numbers.

* Changed Odd to Even in String

* Create decimal_to_binary.py

- Added 'conversions' folder.
- Created a decimal to binary converter.

* Implemented Decimal to Octal Algorithm

- I created a decimal to octal converter based on the converter in the TheAlgorithms/Python project.
- I added two newlines to make the output of decimal_to_binary.py better.
2019-07-05 14:06:48 +05:30
2018-10-20 14:45:08 -05:00
2019-05-16 19:20:42 +08:00
2018-11-12 23:38:08 +05:30
2019-06-16 02:07:23 +05:30
2019-06-26 23:57:08 +08:00
2018-10-19 17:14:25 -05:00
2018-10-30 14:59:46 +01:00
2019-07-05 14:04:46 +05:30
2019-05-26 22:03:53 +05:30
2019-06-02 12:14:18 +08:00
2019-06-02 12:14:18 +08:00

The Algorithms - Python

Donate   Gitter chat   Open in Gitpod

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.

Languages
Python 99.9%
Shell 0.1%