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

add : Insertion sort #104

Closed
wants to merge 5 commits into from
Closed

add : Insertion sort #104

wants to merge 5 commits into from

Conversation

yusuf601
Copy link
Contributor

@yusuf601 yusuf601 commented Oct 7, 2024

Deskripsi (Description)

Saya menambahkan implementasi algoritma Insertion sort menggunakan vector sebagai alternatif dari array. Saya membuat 2 buah sort menggunakan insertion sort yaitu secara descending(menurun) dan ascending(menaik).


Checklist:

Umum:
  • Saya menambah algoritma terbaru.
Contributor Requirements (Syarat Kontributor) dan Lain-Lain:
  • Saya sudah membaca (I have read) CONTRIBUTING dan sudah menyetujui semua syarat.
  • Saya telah menambahkan komentar kode yang memberikan penjelasan maksud dari kode yang saya buat.
  • Saya menggunakan bahasa Indonesia untuk memberikan penjelasan dari kode yang saya buat.

Environment

Saya menggunakan (I'm using):

  • OS = Linux
  • g++ = 11.4.0

@yusuf601 yusuf601 requested a review from slowy07 as a code owner October 7, 2024 14:27
Copy link
Member

@slowy07 slowy07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dimohon untuk perhatikan kembali informasi tentang perubahan yang diberikan, ikuti contoh sederhana dari cara dibawah ini dalam pull request baru:

  • pastikan branch yang repositori fork di sync fork di branch main terlebih dahulu
  • kemudian untuk di local repositori usahakan sync updatenya dengan cara git pull di branch main , usahakan branch yang sudah dibuat pada local dihapus terlebih dahulu dengan cara git branch -D nama_branch, jika tidak mengetahui nama branchnya bisa cek dengan cara git branch
  • setelah branch main pada local repositori sudah diupdate, lakukan perubahan baru dengan branch baru dengan perintah git checkout -b nama_branch_baru
  • lakukan perubahan atau perbaikan di nama branch baru tersebut
  • lakukan perintah git add, git commit dan git push origin nama_branch_yang_sudah_dibuat_sebelumnya
  • kemudian lakukan pull request di repositori bellshade

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

empty file ?

@yusuf601 yusuf601 closed this Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants