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/Linear Search #72

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

Algorithm: Search/Linear Search #72

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

Comments

@wildanie12
Copy link
Member

wildanie12 commented Oct 20, 2021

Algoritma Linear Search, salah satu algoritma pencarian yang sederhana.
Kamu dapat membuat demonstrasi dan artikel penjelasannya di algorithms/Search/Linear Search/

didalam direktori tersebut, struktur direktori harus berbentuk sebagai berikut:

Search
├ Linear Search
│  ├ LinearSearch.php
│  └ README.md
└ README.md    << Ini untuk pengenalan algoritma search secara umum saja. Tuliskan judulnya 'Algoritma Search' saja boleh

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 20, 2021
11 tasks
@wildanie12 wildanie12 assigned wildanie12 and unassigned wildanie12 Oct 22, 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