This file contains hidden or 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
| <?php | |
| // This array is based on the premise that a duplicate value is not stored | |
| $hashTable = [ | |
| 1 => 110, | |
| 2 => 111, | |
| 3 => 112, | |
| 4 => 113, | |
| 5 => 114, | |
| 6 => 120, |
This file contains hidden or 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
| <?php | |
| // This array is based on the premise that a duplicate value is not stored | |
| $hashTable = [ | |
| 1 => 290, | |
| 2 => 398, | |
| 3 => 532, | |
| 4 => 463, | |
| 5 => -1, | |
| 6 => 605, |
This file contains hidden or 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
| <?php | |
| // ใใฎ้ ๅใฏใใผใฟใๆ้ ใ้้ ใซๆดๅใใใฆใใ and ๅคใ้่คใใฆใใชใใใจใๅๆใจใใ | |
| $students = [ | |
| 1 => 'ใใใ', | |
| 2 => 'ใใชใฟ', | |
| 3 => 'ใใใ', | |
| 4 => 'ใใใ', | |
| 5 => 'ใชใชใฟ', | |
| 6 => 'ใฏใใ', |
This file contains hidden or 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
| <?php | |
| // ๅคใ้่คใใฆใใชใใใจใๅๆใจใใ | |
| $students = [ | |
| 1 => 'ใพใ', | |
| 2 => 'ใชใชใฟ', | |
| 3 => 'ใฏใใ', | |
| 4 => 'ใใชใฟ', | |
| 5 => 'ใใใ', | |
| 6 => 'ใใใ', |
This file contains hidden or 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
| <?php | |
| // ๅคใ้่คใใฆใใชใใใจใๅๆใจใใ | |
| $applesWeight = [ | |
| 1 => 4, | |
| 2 => 2, | |
| 3 => 5, | |
| 4 => 1, | |
| 5 => 3, | |
| ]; |
This file contains hidden or 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
| <?php | |
| // ๅคใ้่คใใฆใใชใใใจใๅๆใจใใ | |
| $applesWeight = [ | |
| 1 => 4, | |
| 2 => 2, | |
| 3 => 5, | |
| 4 => 1, | |
| 5 => 3, | |
| ]; |
This file contains hidden or 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
| <?php | |
| // ๅคใ้่คใใฆใใชใใใจใๅๆใจใใ | |
| $applesWeight = [ | |
| 1 => 2, | |
| 2 => 4, | |
| 3 => 5, | |
| 4 => 1, | |
| 5 => 3, | |
| ]; |
This file contains hidden or 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
| <?php | |
| // ๅคใ้่คใใฆใใชใใใจใๅๆใจใใ | |
| $applesWeight = [ | |
| 1 => 2, | |
| 2 => 4, | |
| 3 => 5, | |
| 4 => 1, | |
| 5 => 3, | |
| ]; |
This file contains hidden or 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
| <?php | |
| // ๅคใ้่คใใฆใใชใใใจใๅๆใจใใ | |
| $applesWeight = [ | |
| 1 => 2, | |
| 2 => 4, | |
| 3 => 5, | |
| 4 => 1, | |
| 5 => 3, | |
| ]; |
This file contains hidden or 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
| <?php | |
| // ่ณผๅ ฅ้้กใใผใใซ | |
| $purchase_price_table = [ | |
| 1 => 0, | |
| 2 => 1000, | |
| 3 => 5000, | |
| 4 => 10000, | |
| 5 => 30000, | |
| 6 => 50000, |