Skip to content
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

Penambahan algoritma sorting #213

Open
6 of 9 tasks
slowy07 opened this issue Nov 2, 2022 · 0 comments
Open
6 of 9 tasks

Penambahan algoritma sorting #213

slowy07 opened this issue Nov 2, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@slowy07
Copy link
Member

slowy07 commented Nov 2, 2022

Description

penambahan algoritma sorting:

  • bead sorting
  • bubble sort
  • pop sort
  • quick sort
  • merge sort #295
  • bitonic sort
  • bogo sort
  • bucket sort
  • circle sort

jangan lupa dengan membuat sub issue jika ingin mengambil salah satu dari sorting,jikalau mau menambahkan contoh sorting selain diatas bisa comment atau assign

tampilan dari cara membuat sub issue
Screenshot_2022-11-03-05-53-35_1366x768

menggunakan doctesting dan memliki penjalasan singkat tentang algoritma yang diberikan

contoh doctesting

def perkalian(a: int, b: int) -> int:
    """
    perkalian antara dua bilangan a dan b
    >>> perkalian(3, 3)
    9
    >>> perkalian(7, 5)
    35
    """
    return a * b

Penggunaan

OS : Linux / Windows / MacOS
Python: minimal 3.0

tambahan lainnya

untuk konsep cara pull request bisa membacanya pada CONTRIBUTING.md

@slowy07 slowy07 added enhancement New feature or request good first issue Good for newcomers labels Nov 2, 2022
@slowy07 slowy07 self-assigned this Nov 2, 2022
@slowy07 slowy07 pinned this issue Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant