New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 00:12, 8 March 2019 Summary Graph Algorithm (hist) [2,626 bytes] Tata (talk | contribs) (Created page with "MST ===================================================== 1. Kruskal O(V log V) + เรียง edge + วนทุกเส้นแล้วดูว่าทั้...")
- 00:12, 8 March 2019 Monotonous Queue (hist) [44 bytes] Tata (talk | contribs) (Created page with "* https://github.com/hokein/monotonous-queue")
- 00:12, 8 March 2019 Tree Traversal (hist) [2,578 bytes] Tata (talk | contribs) (Created page with "<pre> #include<stdio.h> #include<stdlib.h> struct node{ char val; node *l,*r; }; void pre(node *root){ printf("%c",root->val); if(root->l!=NULL) pre(root->l);...")
- 00:11, 8 March 2019 Linked List (hist) [1,839 bytes] Tata (talk | contribs) (Created page with " #include<stdio.h> #include<stdlib.h> struct Node { int val; Node* next; }; Node* new_node(int val) { Node* node = (Node*)malloc(sizeof(Node)); node->val = val...")
- 00:11, 8 March 2019 Binary Heap (hist) [1,289 bytes] Tata (talk | contribs) (Created page with "== Priority Queue == <pre> #include<stdio.h> int pq[100000],n; int cmd; int main(){ while(true){ scanf("%d",&cmd); // cmd = 0 : push / cmd = 1 : top / cmd = 2 : po...")
- 00:11, 8 March 2019 USACO (hist) [51,480 bytes] Tata (talk | contribs) (Created page with "== วิธีส่งโปรแกรม == เขียนโปรแกรมโดยการอ่านเขียนไฟล์ โดยคำสั่ง FIL...")
- 00:10, 8 March 2019 คูณเมทริกซ์ 3 (matmul3) (hist) [2,065 bytes] Tata (talk | contribs) (Created page with "== โจทย์ == จงเขียนโปรแกรมเพื่อคำนวณว่า เมทริกซ์จำนวน n ตัว มีขนาด...")
- 00:10, 8 March 2019 คูณเมทริกซ์ 2 (matmul2) (hist) [1,380 bytes] Tata (talk | contribs) (Created page with "== โจทย์ == จงเขียนโปรแกรมเพื่อคำนวณว่า เมทริกซ์จำนวน n ตัว มีขนาด...")
- 00:10, 8 March 2019 TASKS FOR ACIOI (hist) [130 bytes] Tata (talk | contribs) (Created page with "== Dynamic Programming == * คูณเมทริกซ์ 2 (matmul2) * คูณเมทริกซ์ 3 (matmul3)")
- 00:09, 8 March 2019 Final Test star (hist) [1,611 bytes] Tata (talk | contribs) (Created page with "* ขอขอบคุณข้อCromartie Mountainจาก การแข่งขันคอมพิวเตอร์โอลิมปิกสอวน.ครั้...")
- 00:09, 8 March 2019 Special star 4 (hist) [941 bytes] Tata (talk | contribs) (Created page with "* ขอขอบคุณข้อสอบจากสอวน.ค่าย1ปี2553 * input ** บรรทัดที่ 1 : รับ ตัวเลขจำนว...")
- 00:09, 8 March 2019 Special star 3 (hist) [119 bytes] Tata (talk | contribs) (Created page with "* ขอบคุณข้อมูลจาก [A3C#9] Frog chocolate * link : http://www.acioi.in.th/Problem/frog.pdf")
- 00:08, 8 March 2019 Special star 2 (hist) [117 bytes] Tata (talk | contribs) (Created page with "* ขอบคุณข้อมูลจาก [A3C#9] Star Problem * link : http://www.acioi.in.th/Problem/star.pdf")
- 00:08, 8 March 2019 Special star 1 (hist) [115 bytes] Tata (talk | contribs) (Created page with "* ขอบคุณข้อมูลจาก [A3C#9] Snow Flake * link : http://www.acioi.in.th/Problem/snow.pdf")
- 00:08, 8 March 2019 Hard star 4 (hist) [304 bytes] Tata (talk | contribs) (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
- 00:07, 8 March 2019 Hard star 3 (hist) [304 bytes] Tata (talk | contribs) (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
- 00:07, 8 March 2019 Hard star 2 (hist) [304 bytes] Tata (talk | contribs) (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
- 00:07, 8 March 2019 Hard star 1 (hist) [304 bytes] Tata (talk | contribs) (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
- 00:07, 8 March 2019 Normal star 4 (hist) [342 bytes] Tata (talk | contribs) (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
- 00:06, 8 March 2019 Normal star 3 (hist) [322 bytes] Tata (talk | contribs) (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
- 00:06, 8 March 2019 Normal star 2 (hist) [342 bytes] Tata (talk | contribs) (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
- 00:06, 8 March 2019 Normal star 1 (hist) [316 bytes] Tata (talk | contribs) (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
- 00:06, 8 March 2019 Easy star 4 (hist) [304 bytes] Tata (talk | contribs) (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
- 00:06, 8 March 2019 Easy star 3 (hist) [304 bytes] Tata (talk | contribs) (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
- 00:05, 8 March 2019 Easy star 2 (hist) [291 bytes] Tata (talk | contribs) (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
- 00:05, 8 March 2019 Easy star 1 (hist) [291 bytes] Tata (talk | contribs) (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
- 00:05, 8 March 2019 โจทย์ดวงดาวมหาสนุก (hist) [522 bytes] Tata (talk | contribs) (Created page with "'''INTRO:''' ขอให้น้องๆสนุกกับโจทย์ดาวต่างๆที่จะทำให้น้องๆคล่องfor2ชั...")
- 00:04, 8 March 2019 Unique num1 (hist) [1,479 bytes] Tata (talk | contribs) (Created page with "'''โจทย์ : ''' *ต้องการตรวจสอบชุดตัวเลขที่ให้มาว่า มีตัวเลขใดๆซ้ำห...")
- 00:04, 8 March 2019 Sort easy2 (hist) [627 bytes] Tata (talk | contribs) (Created page with "*บรรทัดแรก รับค่า n คือจำนวนตัวมา *บรรทัดที่สอง รับค่ามาทั้งหมด n...")
- 00:03, 8 March 2019 Sort easy1 (hist) [626 bytes] Tata (talk | contribs) (Created page with "*บรรทัดแรก รับค่า n คือจำนวนตัวมา *บรรทัดที่สอง รับค่ามาทั้งหมด n...")
- 00:03, 8 March 2019 โจทย์ของเดะๆ (hist) [982 bytes] Tata (talk | contribs) (Created page with "'''แนะนำ:''' * ขอให้น้องๆพยายามทำโจทย์ไปเรื่อยๆนะ ลองเลือกทำข้อง่...")
- 00:03, 8 March 2019 สสวท ค่าย 2 ปี 2556 (hist) [333 bytes] Tata (talk | contribs) (Created page with "---- รอบพิเศษ https://www.dropbox.com/sh/ksnk5w7iakjspjg/9nd_P2kvLp ---- ค่าย2 https://www.dropbox.com/sh/z5p348tbswpovqu/RChdqsWUZH ---- //ว่า...")
- 00:02, 8 March 2019 สสวท ค่าย 1 ปี 2555 (hist) [2,196 bytes] Tata (talk | contribs) (Created page with "ค่ายนี้ทุกคนตั้งใจเรียนอย่างขยันขันแข็ง มาเรียนตรงเวลาทุกคน...")
- 00:02, 8 March 2019 ค่าย สสวท. (hist) [471 bytes] Tata (talk | contribs) (Created page with "ถ้าอยากรู้ว่าค่าย สสวท. แต่ละปีทำโจทย์แนวไหนบ้าง ตารางเรียนเ...")
- 00:02, 8 March 2019 สอวน ค่าย 2 ปี 2555 (hist) [1,847 bytes] Tata (talk | contribs) (Created page with "'''Intro To Camp2''' * Complexity '''Stack''' * Push * Pop * Infix/Postfix/Prefix * โจทย์ ** วงเล็บ (paren) ** [A3C#10] สวนสนุกสุด...")
- 00:01, 8 March 2019 สอวน ค่าย 1 ปี 2555 (hist) [1,165 bytes] Tata (talk | contribs) (Created page with "วันที่ 1-15 ตุลาคม 2555 * คะแนนติดค่าย 61 คะแนน (ติดสำรอง 60 คะแนน) * ติดค่าย...")
- 00:00, 8 March 2019 Mergesort (hist) [1,096 bytes] Tata (talk | contribs) (Created page with "<pre> #include<stdio.h> #include<stdlib.h> int n,seq[100000],tm[100000]; void swap(int x,int y){ int temp=seq[x]; seq[x]=seq[y]; seq[y]=temp; } void merge(int lb,...")
- 00:00, 8 March 2019 Quicksort (hist) [726 bytes] Tata (talk | contribs) (Created page with "<pre> #include<stdio.h> int n,seq[100000]; void swap(int x,int y){ int temp=seq[x]; seq[x]=seq[y]; seq[y]=temp; } void quick(int lb,int ub){ if(lb>=ub) retur...")
- 23:59, 7 March 2019 Selection Sort (hist) [615 bytes] Tata (talk | contribs) (Created page with "<pre> #include<stdio.h> int main(){ int arr[10000],n,i,j,min,temp; printf("Enter number of numbers : "); scanf("%d",&n); printf("Enter %d numbers : ",n); f...")
- 23:59, 7 March 2019 Bubble Sort (hist) [624 bytes] Tata (talk | contribs) (Created page with "<pre> #include<stdio.h> int main(){ int arr[10000],n,i,j,temp; printf("Enter number of numbers : "); scanf("%d",&n); printf("Enter %d numbers : ",n); for(i...")
- 23:56, 7 March 2019 Singly Linked List With Header (hist) [1,181 bytes] Tata (talk | contribs) (Created page with "Linked List แบบทางเดียว แบบมี header ด้วย (Header node คือ node ที่ไม่เก็บค่าจริงๆ เป็...")
- 23:56, 7 March 2019 สอวน ค่าย 2 REFERENCE (hist) [3,557 bytes] Tata (talk | contribs) (Created page with "สวัสดีน้องๆทุกคน ยินดีต้อนรับสู่เพจสำหรับเตรียมตัวเข้าค่าย...")
- 23:55, 7 March 2019 Old acioi wiki /คอมพิวเตอร์โอลิมปิก เทอม 2 ปี 2554 (hist) [9,588 bytes] Tata (talk | contribs) (Created page with "== ประกาศ == * 1. วันที่ 6 ธ.ค. 54 เปิดเรียน ไปเจอกันห้องคอม หลังเรียนคาบ...") originally created as "คอมพิวเตอร์โอลิมปิก เทอม 2 ปี 2554"
- 23:54, 7 March 2019 Old acioi wiki (hist) [2,554 bytes] Tata (talk | contribs) (Created page with "'''Welcome To ACIOI!''' '''ACIOI''' * คอมพิวเตอร์โอลิมปิก เทอม 2 ปี 2554 * สอวน ค่าย 2 REFERENCE '...")
- 14:57, 7 March 2019 Basic Laravel Training (for CV) (hist) [14,742 bytes] Tata (talk | contribs) (Created page with "== Installation == * Laravel Documentation https://laravel.com/docs/5.8")
- 00:24, 7 March 2019 Segment Tree (hist) [1,475 bytes] Tata (talk | contribs) (Created page with "* เอามาจาก wiki.acioi.in.th <syntaxhighlight lang="c++" line='line'> #include<stdio.h> #define INF 1000000001 int arr[1005],st[2005],n; //st = segment tree...")
- 00:22, 7 March 2019 Fenwick Tree (hist) [4,634 bytes] Tata (talk | contribs) (Created page with "* เอามาจาก wiki.acioi.in.th '''Fenwick Tree''' หรือ '''Binary Index Tree''' * ใช้แก้ปัญหาที่ว่า "ถ้าต้อ...")
- 00:17, 7 March 2019 Linked List in C (hist) [2,319 bytes] Tata (talk | contribs) (Created page with "== Doubly Linked List == <syntaxhighlight lang="c++" line='line'> #include<stdio.h> #include<stdlib.h> typedef struct node{ int val; struct node *prev, *next; }node;...")
- 00:03, 7 March 2019 Test page (hist) [190 bytes] Tata (talk | contribs) (Created page with "== Test Table == {| class="wikitable" !colspan="6"|Shopping List |- |rowspan="2"|Bread & Butter |Pie |Buns |Danish |colspan="2"|Croissant |- |Cheese |colspan="2"|Ice cream |Bu...")
- 23:42, 6 March 2019 Note for myself (hist) [735 bytes] Tata (talk | contribs) (Created page with "<strong>MediaWiki has been installed.</strong> Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki so...")