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

Backtracking all combinations #236

Merged
merged 3 commits into from
Feb 15, 2023

Conversation

slowy07
Copy link
Member

@slowy07 slowy07 commented Feb 12, 2023

Deskripsi (Description)

dalam soal contoh ini kita ingin menentukan semua
kemungkinan kombinasi dari k
angka dari 1 ... n. kita menggunakan algoritma
backtracking untuk memecahkan masalah

Checklist:

Umum:

  • Saya menambah algoritma terbaru.
  • Saya memperbaiki algoritma yang sudah ada.
  • Saya memperbaiki dokumentasi.
  • Saya menambah dokumentasi.

Contributor Requirements (Syarat Kontributor) dan Lain-Lain:

  • Saya sudah membaca (I have read) CONTRIBUTING dan sudah menyetujui semua syarat.
  • Saya telah menambahkan docstring yang memberikan penjelasan maksud dari kode yang saya buat.
  • Saya menggunakan bahasa Indonesia untuk memberikan penjelasan dari kode yang saya buat.

Unit Testing dan Linting:

  • pytest
  • flake8

Environment

Saya menggunakan (I'm using):

  • os = linux
  • python = python 3.10.9

linked issue #138

slowy07 and others added 3 commits February 12, 2023 23:28
menambahkan all combinations

Signed-off-by: slowy07 <[email protected]>
menambahkan all combinations

Signed-off-by: slowy07 <[email protected]>
@mergify mergify bot requested a review from a team February 12, 2023 16:33
@slowy07 slowy07 merged commit 9520566 into bellshade:main Feb 15, 2023
@slowy07 slowy07 deleted the backtracking-all-combinations branch February 15, 2023 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant