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

feat: menambahkan struktur data tree #214

Merged
merged 12 commits into from
Nov 6, 2022
Merged

feat: menambahkan struktur data tree #214

merged 12 commits into from
Nov 6, 2022

Conversation

slowy07
Copy link
Member

@slowy07 slowy07 commented Nov 4, 2022

Deskripsi (Description)

menambahkan beberapa contoh implementasi dari tree, untuk sementara masih work on progress

  • binary search tree
  • basic binary tree
  • binary search tree (rekursif)
  • binary tree path sum (referensi problem)

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 = python3.10.8

linked issue #138

@auto-add-label auto-add-label bot added the enhancement New feature or request label Nov 4, 2022
@slowy07 slowy07 marked this pull request as draft November 4, 2022 20:16
@mergify mergify bot requested a review from a team November 4, 2022 20:17
@slowy07 slowy07 marked this pull request as ready for review November 6, 2022 12:44
@slowy07 slowy07 merged commit 74f119e into bellshade:main Nov 6, 2022
@slowy07 slowy07 deleted the tree branch November 6, 2022 12:44
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