New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 02:12, 24 April 2019 Basic Linux Server Configuration (hist) [408 bytes] Tata (talk | contribs) (Created page with "= Flow = # สร้าง Droplet #* สร้าง Droplet เปล่าๆ #* สร้าง Droplet with LAMP Stack # สร้าง User # Add user to sudoer # Insta...")
- 23:20, 16 April 2019 Courseville Project Resources (hist) [3,897 bytes] Tata (talk | contribs) (Created page with "== Docker == * https://bitpress.io/simple-approach-using-docker-with-php/?fbclid=IwAR0psAfTg9hjJGYJf9XFjmhkdWt9IytV_qEOKZhY5RKp6DdWJB896G-_uYs My Simple Approach to using Do...")
- 00:20, 8 March 2019 21110327 algorithm design (hist) [2,343 bytes] Tata (talk | contribs) (Created page with "Algorithm Page Created By Tata201201 Source Code Based on C++ == Algorithm Analysis == == Divide and Conquer == === Interesting Problems === * [http://www.programming.in....")
- 00:20, 8 March 2019 2110211 data struct (hist) [8,767 bytes] Tata (talk | contribs) (Created page with "ยินดีต้อนรับสู่ wiki เพื่อติว 2110211 Data Structure (By C++) <br> * '''โจทย์ challenge ทำไม่ได้อย...")
- 00:19, 8 March 2019 2110101 com prog (hist) [28,397 bytes] Tata (talk | contribs) (Created page with "<!-- มี COMMENT อยู่ 2 ที่นะ ตรง Link โจทย์ Challenge ข้างบน กับ เนื้อหา Final ข้างล่าง...")
- 00:19, 8 March 2019 Base Conversion in bignum (hist) [279 bytes] Tata (talk | contribs) (Created page with "แปลงจาก Bignum Integer เป็น String ในฐานต่างๆ http://stackoverflow.com/questions/5833858/c-fast-base-convert-from-decimal-to-ternary/...")
- 00:19, 8 March 2019 Struct (hist) [2,746 bytes] Tata (talk | contribs) (Created page with "== การทำ constructor แบบสั้น (เพิ่งไปเจอมาเจ๋งดีเลยเอามาลง ถึงจะสั้นกว่...")
- 00:19, 8 March 2019 Typedef vs (hist) [1,710 bytes] Tata (talk | contribs) (Created page with "ในการกำหนดชื่อชนิดตัวแปรใหม่ของเราเองขึ้นมา ในการเลือกใช้ระ...")
- 00:18, 8 March 2019 Operator (hist) [367 bytes] Tata (talk | contribs) (Created page with "=== วิธีเรียกใช้แบบแปลกๆ === อันนี้เป็นตัวอย่างของโปรแกรม นำค่า a+b...")
- 00:18, 8 March 2019 STL Containers (hist) [1,270 bytes] Tata (talk | contribs) (Created page with "อยากใช้ STL เป็นเร็วๆ T^T ใครใช้เป็นก็ช่วยๆกันใส่หน่อยละกัน (อ้างอ...")
- 00:18, 8 March 2019 ตัวอย่าง Code STL (hist) [2,779 bytes] Tata (talk | contribs) (Created page with "== ข้อ Editor == โจทย์ : [http://www.acioi.in.th/Problem/editor.pdf] <pre> #include<stdio.h> #include<string> #include<list> #include<iostream> using namespace...")
- 00:17, 8 March 2019 Min-max (hist) [920 bytes] Tata (talk | contribs) (Created page with "==วิธีเขียน min max แบบปกติ== if(a < b) { min = a; max = b; } else { min = b; max = a; } ==วิธีเขียนหา...")
- 00:17, 8 March 2019 Quine in C (hist) [768 bytes] Tata (talk | contribs) (Created page with "Quine คือ โปรแกรมที่เมื่อรันแล้ว Output จะเหมือนกับ Sourcecode เด๊ะๆ *ลองก๊อบ...")
- 00:17, 8 March 2019 Bit Count (hist) [2,269 bytes] Tata (talk | contribs) (Created page with "== อันนี้เป็นแบบ version ทำมือ == เห็นฟังก์ชั่นนี้มันเจ๋งดี ใช้นับจำน...")
- 00:16, 8 March 2019 Printf (hist) [490 bytes] Tata (talk | contribs) (Created page with "หาอาสาสมัครช่วยแปลอิงเป็นไทยด้วย 555 http://www.cplusplus.com/reference/clibrary/cstdio/printf/ == เทค...")
- 00:16, 8 March 2019 Graph Representation with stl list (hist) [541 bytes] Tata (talk | contribs) (Created page with "<pre> #include <stdio.h> #include <list> using namespace std; int main(int argc, const char * argv[]) { int v,e; scanf("%d%d",&v,&e); list<int> graph[1000]; in...")
- 00:16, 8 March 2019 Solving Dynamic Programming with Matrix Exponentiation (hist) [471 bytes] Tata (talk | contribs) (Created page with "ตัวอย่างโจทย์ Unweighted Undirected graph หา จำนวน path ที่ length = k ให้ egde มา ทุก edge = 1 A[i][j]...")
- 00:15, 8 March 2019 Big Mod Algorithm (hist) [366 bytes] Tata (talk | contribs) (Created page with "https://golammostaeen.wordpress.com/2012/10/20/big-mod-algorithm/ <math>a^b % p = a^(b%(p-1)) % p</math> เพราะว่ามันจะ cycle ค่า mod ทุ...")
- 00:15, 8 March 2019 Max Flow (hist) [989 bytes] Tata (talk | contribs) (Created page with "Max Flow imprement with scaling algorithm O(nmlgU) #include<stdio.h> #include<algorithm> #include<vector> #define INF 2000000000 using namespace std; struct Edge { i...")
- 00:14, 8 March 2019 String Matching (hist) [4,439 bytes] Tata (talk | contribs) (Created page with " #include<stdio.h> #include<algorithm> #include<string.h> #include<math.h> #include<time.h> using namespace std; char text[50000005],word[1000005]; int f[1000005]; in...")
- 00:14, 8 March 2019 Knuth-Morris-Pratt (KMP) (hist) [1,066 bytes] Tata (talk | contribs) (Created page with "อันนี้เป็น snippet ที่ copy มาจาก http://www.cprogramming.com/snippets/source-code/knuthmorrispratt-kmp-string-search-algorithm เห็...")
- 00:13, 8 March 2019 Sliding Window Minimum (hist) [1,779 bytes] Tata (talk | contribs) (Created page with "== Problem == for (i = 0; i < ARR.size(); i++) { remove ARR[i-K] from the sliding window insert ARR[i] into the sliding window output the smallest value in the wind...")
- 00:13, 8 March 2019 ห.ร.ม. ยูคลิด (hist) [268 bytes] Tata (talk | contribs) (Created page with "ข้างล่างเป็นตัวอย่าง function นะ ส่วนลองหาอ่านทฤษฎีจากใน google int gcd(int x, int...")
- 00:13, 8 March 2019 Floyd-Warshall (hist) [1,752 bytes] Tata (talk | contribs) (Created page with "*เป็น Algorithm หา Shortest Path ให้ทุกสองจุดใดๆ (หมายความว่า สามารถบอก Shortest Path จา...")
- 00:12, 8 March 2019 Prim Algorithm (hist) [1,347 bytes] Tata (talk | contribs) (Created page with "<pre> #include<stdio.h> #define infi 999999 int mat[10000][10000],v,e,sel[10000],pass[10000],parent[10000]; int main(){ printf("Enter number of vertex and edge : "); s...")
- 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...")