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 Algoritma dan Dokumentasi Baru #95

Merged
merged 6 commits into from
Jan 30, 2022
Merged

feat: Menambahkan Algoritma dan Dokumentasi Baru #95

merged 6 commits into from
Jan 30, 2022

Conversation

dean-fahreza
Copy link
Member

Deskripsi (Description)

Menambahkan jeni Struktur Data baru yakni Linked List dalam Java

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 = windows
  • java = javac -V ( windows )

linked issue #76

import java.util.LinkedList;

public class LinkedListSatu {
public static void main(String[] args) {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
public static void main(String[] args) {
public static void main(String[] args) throws Exception {

coba test biar detect errornya

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.

LGTM

@slowy07 slowy07 added the ready-to-merge siap merge label Jan 30, 2022
@mergify
Copy link

mergify bot commented Jan 30, 2022

terima kasih atas kontribusinya @Random-prog!

@mergify mergify bot merged commit 814ed1d into main Jan 30, 2022
@mergify mergify bot deleted the Dean branch January 30, 2022 02:13
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