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...")