Skip to content

chore: menambahkan fenwick tree #333

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

Merged
merged 5 commits into from
May 15, 2025
Merged

Conversation

slowy07
Copy link
Member

@slowy07 slowy07 commented May 15, 2025

Deskripsi (Description)

Fenwick Tree menyimpan informasi jumlahan parsial dengan cara yang memudahkan operasi penjumlahan dan pembaruan secara cepat

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 = 3.13.3

linked issue #138

slowy07 and others added 5 commits April 20, 2025 18:00
fungsi gamma adalah generalisasi dari fungsi faktorial ke bilangan ril
dan bilangan kompleks

Signed-off-by: slowy07 <[email protected]>
fenwick tree menyimpan informasi jumlahan parsial dengan cara yang
memudahkan operasi penjumlahan dan pembaruan secara cepat

Signed-off-by: slowy07 <[email protected]>
@slowy07 slowy07 requested a review from athallahmaajid as a code owner May 15, 2025 15:08
@mergify mergify bot requested a review from a team May 15, 2025 15:10
@slowy07 slowy07 added the ready-to-merge ok to merge to branch main label May 15, 2025
@mergify mergify bot merged commit ce827e3 into bellshade:main May 15, 2025
6 of 9 checks passed
Copy link

mergify bot commented May 15, 2025

terima kasih atas kontribusinya @slowy07 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant