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

Algorithm: Sorting/Insertion Sort #92

Open
3 tasks
Tracked by #68
wildanie12 opened this issue Oct 24, 2021 · 0 comments
Open
3 tasks
Tracked by #68

Algorithm: Sorting/Insertion Sort #92

wildanie12 opened this issue Oct 24, 2021 · 0 comments
Labels
algorithm documentation Improvements or additions to documentation

Comments

@wildanie12
Copy link
Member

Insertion Sort yaitu algoritma pengurutan yang disetiap iterasi melakukan perbandingan pada indeks sebelumnya lalu sekaligus menempatkan dirinya pada posisi pengurutan yang benar.

Kamu dapat menempatkan pada folder algorithms/Sorting/InsertionSort
didalam direktori tersebut, struktur direktori harus berbentuk sebagai berikut:

Search
├ InsertionSort
│  ├ InsertionSort.php
│  └ README.md
└ README.md  

Jangan lupa untuk membuat Unit testingnya juga pada direktori tests/
Selengkapnya tentang pedoman kontribusi bisa dibaca di CONTRIBUTING.md

Progress Checklist

  • Implementasi kode
  • Artikel penjelasan Readme
  • Unit Testing
@wildanie12 wildanie12 added documentation Improvements or additions to documentation algorithm labels Oct 24, 2021
@wildanie12 wildanie12 mentioned this issue Oct 24, 2021
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithm documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant