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/JumpSearch #74

Closed
3 tasks
Tracked by #68
wildanie12 opened this issue Oct 20, 2021 · 0 comments · Fixed by #100
Closed
3 tasks
Tracked by #68

Algorithm: Search/JumpSearch #74

wildanie12 opened this issue Oct 20, 2021 · 0 comments · Fixed by #100
Labels
algorithm documentation Improvements or additions to documentation

Comments

@wildanie12
Copy link
Member

wildanie12 commented Oct 20, 2021

Jump search, mirip binary search yaitu untuk search pada array yang sudah terurutkan.
Kamu dapat membuat demonstrasi dan artikel penjelasannya di algorithms/Search/JumpSearch/

didalam direktori tersebut, struktur direktori harus berbentuk sebagai berikut:

Search
├ JumpSearch
│  ├ JumpSearch.php
│  └ README.md
└ README.md    << Ini pengenalan algoritma search secara umum saja. Tuliskan judulnya 'Algoritma Search' saja boleh, (abaikan jika sudah ada)

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 added documentation Improvements or additions to documentation algorithm labels Oct 20, 2021
@wildanie12 wildanie12 mentioned this issue Oct 24, 2021
11 tasks
@wildanie12 wildanie12 changed the title Algorithm: Search/Jump search Algorithm: Search/JumpSearch Oct 24, 2021
This was referenced Oct 25, 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.

1 participant