Skip to content

feat: add visualize step linear probing#157

Merged
mergify[bot] merged 8 commits into
bellshade:mainfrom
yusuf601:feat/vis_linProbing
Oct 9, 2025
Merged

feat: add visualize step linear probing#157
mergify[bot] merged 8 commits into
bellshade:mainfrom
yusuf601:feat/vis_linProbing

Conversation

@yusuf601

@yusuf601 yusuf601 commented Oct 7, 2025

Copy link
Copy Markdown
Contributor

Deskripsi (Description)

Menambahkan visualisasi menggunakan manim dan di compile ke gift.
1.Menambahkan direktori baru

├── asset
│   ├── gift
│   │   ├── step0.gif
│   │   ├── step1.gif
│   │   ├── step2.gif
│   │   └── step3.gif
│   ├── hash_table_chaining.png
│   ├── hash_table_collision.png
│   ├── hash_table_visualisasi.png
│   └── tabel_hash_kode_demo.png
├── hash_function
│   └── multiplication_method.cpp
├── hash_table.cpp
├── open_adressing
│   ├── linear_probing
│   │   └── division_method.cpp
│   └── readme.md
└── readme.md

6 directories, 13 files

2.Embeed Gift

![step1](../asset/gift/step0.gif)

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 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++ = 15.2.1

Link Issues

Issues : #

@yusuf601 yusuf601 requested a review from slowy07 as a code owner October 7, 2025 17:03
@yusuf601

yusuf601 commented Oct 7, 2025

Copy link
Copy Markdown
Contributor Author

nyerah fix codacy issue

@slowy07 slowy07 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, terima kasih atas kontribusinya @yusuf601

@mergify mergify Bot merged commit 0ba10e2 into bellshade:main Oct 9, 2025
6 of 8 checks passed
@mergify

mergify Bot commented Oct 9, 2025

Copy link
Copy Markdown

terima kasih atas kontribusinya @yusuf601!

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.

2 participants