Skip to content

Graph #99

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

Closed
Tracked by #76
slowy07 opened this issue Feb 28, 2022 · 0 comments · Fixed by #100
Closed
Tracked by #76

Graph #99

slowy07 opened this issue Feb 28, 2022 · 0 comments · Fixed by #100
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@slowy07
Copy link
Member

slowy07 commented Feb 28, 2022

graf digunakan untuk merepresentasikan objek-objek diskrit dan hubungan antar objek-objeck tersebut, sehingga secara sederhana graf didefinisikan sebagai kumpulan titik yang dihubungkan oleh garis-garis/sisi.
Sedangkan definisi matematis untuk graf adalah, pasangan terurut himpunan (V,E), dimana V merupakan himpunan beranggotakan titik-titik (vertex) dan E merupakan himpunan beranggotakan sisi-sisi (edges).

contoh_gambar

V:={1,2,3,4}
E:={e1, e2, e3, e4, e5, e6, e7, e8}. 

Dapat dilihat bahwa Graf di atas merepresentasikan pasangan terurut G:={e1=(1,2),e2=(2,3),e3=(1,3),e4=(1,3),e5=(2,4),e6=(3,4),e7=(3,4),e8=(3,3)}.

@slowy07 slowy07 mentioned this issue Feb 28, 2022
13 tasks
@slowy07 slowy07 self-assigned this Feb 28, 2022
@slowy07 slowy07 added enhancement New feature or request good first issue Good for newcomers labels Feb 28, 2022
@slowy07 slowy07 linked a pull request Feb 28, 2022 that will close this issue
7 tasks
@mergify mergify bot closed this as completed in #100 Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant