Skip to content

Implement Three New Algorithms - #948

Merged
AnupKumarPanwar merged 4 commits into
TheAlgorithms:masterfrom
PatOnTheBack:master
Jul 5, 2019
Merged

Implement Three New Algorithms#948
AnupKumarPanwar merged 4 commits into
TheAlgorithms:masterfrom
PatOnTheBack:master

Conversation

@PatOnTheBack

@PatOnTheBackPatOnTheBack commented Jul 3, 2019

Copy link
Copy Markdown
Contributor

I created:

  • A program to calculate the median of a list of numbers.
  • A decimal to binary converter.
  • A decimal to octal converter.

I created a program to calculate the median of a list of numbers.
- Added 'conversions' folder.
- Created a decimal to binary converter.
@PatOnTheBackPatOnTheBack changed the title Create average_median.pyImplement Two New AlgorithmsJul 3, 2019
- 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.
@PatOnTheBackPatOnTheBack changed the title Implement Two New AlgorithmsImplement Three New AlgorithmsJul 3, 2019
@AnupKumarPanwar
AnupKumarPanwar merged commit 1c9d995 into TheAlgorithms:masterJul 5, 2019
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* 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.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@PatOnTheBack@AnupKumarPanwar