-
Notifications
You must be signed in to change notification settings - Fork 5
Sorting
Sorting adalah pengejawantahan dari uraian tentang Formasi 2-4-7 berupa detil konsep dan modul² yang dipakai sebagai dasar pemrograman.
Silahkan Anda ikuti cerita selanjutnya dengan klik tautan atau gambar. Ikuti terus tautan² yang saya cantumkan di ujung uraian. Nanti Anda akan kembali ke sub persis dibawah ini.




Terlihat bahwa hasilnya selalu ada enam (6) bilangan berulang yaitu 1,4,2,8,5,7.
Selanjutnya kita sebut saja formasi ini sebagai 7:Primes(142857).
The Riemann hypothesis is one of today's most important problems in mathematics. The hypothesis states that all of the nontrivial zeros of the Riemann zeta function are located on the critical line Re(s)= ½. A $1,000,000 prize has been offered by the Clay Mathematics Institute for the first correct proof of the hypothesis.

Twin Primes:
(5,7), (11,13), (17,19)
layer| i | f
-----+-----+------
| 1 | (5) -------
1 +-----+ |
| 2 | (7) |
-----+-----+------ |
| 3 | (11) ‹--3x--
2 +-----+ |
| 4 | (13) |
-----+-----+------ |
| 5 | (17) ‹--2x--
3 +-----+
| 6 | (19)
-----+-----+------
Permutation:
66 = 6 & 6
6 + 6 = 12
5 + 7 = 12 = d(3)
11 + 13 = 24 = d(6)
17 + 19 = 6 x 6 = d(9)
6 + 6 » d(3,6,9) » 6 x 6
layer| i | f
-----+-----+------
| 1 | (2,3)
1 +-----+
| 2 | (7)
-----+-----+------
| 3 | (10,11,12)
2 +-----+
| 4 | (13)
-----+-----+------
| 5 | (14,15)
3 +-----+
| 6 | (19)
-----+-----+------
Permutation:
(3 + 4) + 5 = 7 + 5 = 12
(10 + 11 + 12 + 13) + (14 + 15) = 46 + 29 = 75 = d(12)
329
|
2,3 (6,7)
└── 4,5 (8,9)
└── ∑{10,13,12,12,18}
---+-----+-----+-----+-----+
1 | 19 | 1 | 20 | 21 |-----------------------
---+-----+-----+-----+-----+ |
2 | 18 | 21 | 39 | 60 |----------------- |
---+-----+-----+-----+-----+ | |
3 | 63 | 40 | 103 | 143 |----------- | |
---+-----+-----+-----+-----+ | | |
4 | 37 | 104 | 141 | 245 |----- | | |
---+-----+-----+-----+-----+ | | | |
5 | 10 | 142 | 152 | 294 |--10 |13 |12 |12 |18
---+-----+-----+-----+-----+ | | | |
6 | 24 | 153 | 177 | 332 |----- | | |
---+-----+-----+-----+-----+ | | |
7 | 75 | 178 | 253 | 431 |----------- | |
---+-----+-----+-----+-----+ | |
8 | 30 | 254 | 284 | 538 |----------------- |
---+-----+-----+-----+-----+ |
9 | 1 | 285 | 286 | 571 |-----------------------
===+=====+=====+=====+=====+
45 | 277 | | | |
---+-----+-----+-----+-----+
Permutation:
143 x 2 = 286
143 = d(8), 286 = d(7)
10 + 13 + 12 + 12 + 18 = 65 = d(11) = d(2)
Method dan Property untuk setiap class disusun identifikasinya pada file² collections berikut ini:
Path: _feeds/section/skema/sequence
├── title.md
├── method.md
├── property.md
├── method/
│ ├── method1.md
│ ├── method2.md
│ ├── method3.md
│ ├── method4.md
│ ├── method5.md
│ └── method6.md
└──property/
├── property1.md
├── property2.md
├── property3.md
├── property4.md
├── property5.md
└── property6.md
"weight": 2,
"title": "Sequence",
"category": "skema",
"items": [
{
"weight": 1,
"title": "Title",
"items": []
},
{
"weight": 2,
"title": "Property",
"items": [
{
"weight": 1,
"title": "Property1",
"label": "Buka Toko",
"items": []
},
{
"weight": 2,
"title": "Property2",
"label": "Stok Barang",
"items": []
},
{
"weight": 3,
"title": "Property3",
"label": "Merchant Center",
"items": []
},
{
"weight": 4,
"title": "Property4",
"label": "Peluang Terbaik",
"items": []
},
{
"weight": 5,
"title": "Property5",
"label": "Portfolio",
"items": []
},
{
"weight": 6,
"title": "Property6",
"label": "Network",
"items": []
}
]
},
{
"weight": 3,
"title": "Method",
"category": null,
"items": [
{
"weight": 1,
"title": "Method1",
"items": []
},
{
"weight": 2,
"title": "Method2",
"items": []
},
{
"weight": 3,
"title": "Method3",
"items": []
},
{
"weight": 4,
"title": "Method4",
"items": []
},
{
"weight": 5,
"title": "Method5",
"items": []
},
{
"weight": 6,
"title": "Method6",
"items": []
}
]
}
]
},
Sesuai pola maka identifikasi dalam realisasi dari instance yang dimodelkan pada implementasi via data untuk skema dari diagram ini disetel di collections dan disusun dengan konfigurasi berikut:
- 19,17",12,11",19",18",43" = (19,17,11) + (12,17,11) + (19,18,43)" = 47 + 200
Artifacts | Sequence | Internal | Interface | Eksternal | All | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Get | Input | Interaksi Input (Query) | Interaksi Output (Result) | Output | Set | |||||||
Fix | Let | Uji | Let | Uji | Fix* | |||||||
variable | start | 2 | - | - | - | 17 | - | - | - | - | - | 19 |
method | operation | 60 | - | 17 | - | (17) | (25) | - | (18) | - | - | 17 |
subroutine | 40 | - | (17) | (11) | - | - | - | - | - | - | 12 | |
inputoutput | - | - | - | 11 | - | - | - | - | - | - | 11 | |
condition | - | - | - | - | - | - | - | - | - | 19 | 19 | |
parallel | - | - | 1 | - | - | - | - | - | - | 17 | 18 | |
variable | end | - | - | - | - | - | 25 | - | 18 | - | - | 43 |
Konfigurasi | 102 | ![]() |
1 | - | - | - | - | - | ![]() |
36 | 139 | |
variable | start | - | - | - | 17 | - | - | - | - | - | - | 19 |
method | operation | - | - | - | (17) | (43) | 17 | - | - | - | - | 17 |
subroutine | - | - | - | - | - | (17) | (17) | - | - | 6 | 12 | |
inputoutput | - | - | - | - | - | - | - | - | - | 11 | 11 | |
condition | - | - | - | - | - | - | - | 8 | - | 11 | 19 | |
parallel | - | - | - | - | - | - | 17 | (8) | - | 8 | 18 | |
variable | end | - | - | - | - | 43 | - | - | - | - | - | 43 |
Konfigurasi | - | ![]() |
- | 200 | - | - | - | - | ![]() |
47 | 247 |
Catatan (lihat tanda bintang (*)
pada tabel di atas & no 6 pada bagan di bawah):
- Sesuai Pola Encapsulasi yang menekankan antarmuka dari suatu
class
maka padaFix Output
, yang memiliki koneksi paralel, setiap interaksi item pada Property yang terkait disetel dengan dobel identifikasi (dipisahkan dengan tanda koma(,)
). - Sebagai pewarisan dari Diagram Flowchart maka
Object6
akan memiliki karakterFix Output
. Oleh karenanya identifikasi disetel paralel pada setiap item untuk dua (2) Sub Property:Property6(1)
danProperty6(2)
.

Berikutnya kita akan melakukan pewarisan ini dengan menggunakan Diagram Grammar.
id : 47
---+-----+-----
1 | 1 | 3
---+-----+-----
2 | 4 | 9
---+-----+-----
3 | 10 | 15
---+-----+-----
4 | 16 | 32
---+-----+-----
5 | 33 | 35
---+-----+-----
6 | 36 | 38
---+-----+-----
Sekian.
SALAM Sukses!
© Chetabahana Project
This documentation is mapped under Mapping and licensed under Apache License, Version 2.0.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright (c) 2018-2020 Chetabahana Project