This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_label = ('a', 'b', 'c', 'd', 'e', 'f', ) | |
_MAX = 98765 # 최대값 예시 | |
origin = [ | |
[ _MAX, 8, _MAX, 2, 4, _MAX], | |
[ 8, _MAX, 1, 4, _MAX, 2], | |
[ _MAX, 1, _MAX, _MAX, _MAX, 1], | |
[ 2,4, _MAX, _MAX, 3, 7], | |
[ 4, _MAX, _MAX, 3, _MAX, 9], | |
[_MAX, 2, 1, 7, 9, _MAX] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# 17.11.22 | |
# | |
# Kruskal Algorithm | |
# | |
# 미완성 | |
# | |
## | |
_label = ('a', 'b', 'c', 'd', 'e', 'f', ) | |
_MAX = 98765 # 최대값 예시 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is created by MultiBootUSB. | |
insmod chain | |
insmod png | |
insmod part_msdos | |
insmod fat | |
insmod ntfs | |
insmod syslinuxcfg | |
insmod cpuid | |
insmod ext2 | |
insmod all_video |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Show menu entries only when booting from BIOS PC | |
if [ ${grub_platform} == "pc" ]; then | |
if [ -e /bootmgr ]; then | |
menuentry "Microsoft Windows Vista/7/8/8.1 Boot (/bootmgr)" { | |
insmod part_msdos | |
insmod ntfs | |
insmod search_fs_uuid | |
insmod ntldr | |
# search --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 $fs_uuid | |
ntldr /bootmgr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.disk | |
.disk/base_installable | |
.disk/casper-uuid-generic | |
.disk/casper-uuid-generic-hwe | |
.disk/cd_type | |
.disk/info | |
EFI | |
EFI/BOOT | |
EFI/BOOT/BOOTx64.EFI | |
EFI/BOOT/grubx64.efi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu-server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.disk | |
.disk/base_installable | |
.disk/cd_type | |
.disk/info | |
EFI | |
EFI/BOOT | |
EFI/BOOT/BOOTx64.EFI | |
EFI/BOOT/grubx64.efi | |
README.diskdefines | |
boot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autorun.inf | |
boot | |
boot/bcd | |
boot/boot.sdi | |
boot/bootfix.bin | |
boot/bootsect.exe | |
boot/en-us | |
boot/en-us/bootsect.exe.mui | |
boot/etfsboot.com | |
boot/fonts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autorun.inf | |
boot | |
boot/bcd | |
boot/boot.sdi | |
boot/bootfix.bin | |
boot/bootsect.exe | |
boot/en-us | |
boot/en-us/bootsect.exe.mui | |
boot/etfsboot.com | |
boot/fonts |
OlderNewer