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: Search/InterpolationSearch #90

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

Algorithm: Search/InterpolationSearch #90

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

Comments

@wildanie12
Copy link
Member

wildanie12 commented Oct 24, 2021

Algoritma Pencarian Interpolasi adalah algoritma yang berjalan sangat cantik dan efisien untuk array yang berurutan dengan selisih yang seragam.

Kamu dapat membuat demonstrasi dan artikel penjelasannya di algorithms/Search/InterpolationSearch/

didalam direktori tersebut, struktur direktori harus berbentuk sebagai berikut:

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

Demo algoritma ditulis dalam paradigma OOP dan kamu dapat lakukan instantiasi langsung di file kelas itu juga.
Jangan lupa untuk membuat Unit testing pada folder tests/

Baca pedoman kontribusi selengkapnya di CONTRIBUTING.md.

Progress Checklist :

  • Implementasi / demonstrasi algoritma
  • Artikel penjelasan
  • Unit testing

Mention saya untuk mengambil bagian ini agar kita bisa assign kamu ke Issue ini 👍.
Terima kasih

@wildanie12 wildanie12 mentioned this issue Oct 24, 2021
11 tasks
@wildanie12 wildanie12 added algorithm documentation Improvements or additions to documentation labels Oct 24, 2021
@wildanie12 wildanie12 changed the title Algorithm: Search/Interpolation Search Algorithm: Search/InterpolationSearch Oct 24, 2021
@kondiak kondiak self-assigned this Dec 18, 2021
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

Successfully merging a pull request may close this issue.

2 participants