Skip to content

changes to changelog #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ for "Bubble Sort" and so on).

### Style

<p id="changelog">Please <b>DO NOT EDIT CHANGELOG</b> on your pull requests, this is must be edited by one of the write access maintainers when they going to drop a new release.</p>

This repository follow the [PEP8 Style Gide for Python](https://www.python.org/dev/peps/pep-0008/), so make sure you lint your code before adding a new pull request.

Each `.py` file should have the following header. (no for testing files)
Expand Down
43 changes: 23 additions & 20 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,41 @@
<div align="left">
<img src="https://cdn.abraham.gq/projects/algorithms/algorithms.svg" alt="Algorithms"> <img src="http://konpa.github.io/devicon/devicon.git/icons/python/python-original.svg" width="50px">
<h1><img src="https://cdn.abranhe.com/projects/algorithms/algorithms.svg" alt="Algorithms" height="30px">
<img src="https://cdn.abranhe.com/projects/algorithms/logos/python.svg" width="30px">
Changelog
</h1>
<div>

# Version `0.0.0`
# `0.0.1`

Date: October 9, 2018

### Algorithms:

- ### Searches
- Merge Sort

- ### Sorting
- Bubble Sort

# Version `0.0.1`

Date: TO ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD, 2018
Date: **TODO**

### Algorithms:
> Algorithms:

Added:

- ### Searches
- **Searches**
- Fibonacci Search
- Jump Search

- ### Sorting
- **Sorting**
- Bubble Sort
- Cocktail Shaker Sort
- Insertion Sort
- Pigeonhole Sort
- Selection Sort
- Stooge Sort

- ### String
- Palindrome Checker
- **String**
- Palindrome Checker

# `0.0.0`

Date: October 9, 2018

> Algorithms:

- **Searches**
- Merge Sort

- **Sorting**
- Bubble Sort