All public logs

Jump to navigation Jump to search

Combined display of all available logs of Ta Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 00:06, 8 March 2019 Tata (talk | contribs) created page Normal star 2 (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
  • 00:06, 8 March 2019 Tata (talk | contribs) created page Normal star 1 (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
  • 00:06, 8 March 2019 Tata (talk | contribs) created page Easy star 4 (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
  • 00:06, 8 March 2019 Tata (talk | contribs) created page Easy star 3 (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
  • 00:05, 8 March 2019 Tata (talk | contribs) created page Easy star 2 (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
  • 00:05, 8 March 2019 Tata (talk | contribs) created page Easy star 1 (Created page with "* inputตัวเลขจำนวนเต็มบวก1ตัว * outputตามความสัมพันธ์ดังตัวอย่าง '''INPUT:''' 3...")
  • 00:05, 8 March 2019 Tata (talk | contribs) created page โจทย์ดวงดาวมหาสนุก (Created page with "'''INTRO:''' ขอให้น้องๆสนุกกับโจทย์ดาวต่างๆที่จะทำให้น้องๆคล่องfor2ชั...")
  • 00:04, 8 March 2019 Tata (talk | contribs) created page Unique num1 (Created page with "'''โจทย์ : ''' *ต้องการตรวจสอบชุดตัวเลขที่ให้มาว่า มีตัวเลขใดๆซ้ำห...")
  • 00:04, 8 March 2019 Tata (talk | contribs) created page Sort easy2 (Created page with "*บรรทัดแรก รับค่า n คือจำนวนตัวมา *บรรทัดที่สอง รับค่ามาทั้งหมด n...")
  • 00:03, 8 March 2019 Tata (talk | contribs) created page Sort easy1 (Created page with "*บรรทัดแรก รับค่า n คือจำนวนตัวมา *บรรทัดที่สอง รับค่ามาทั้งหมด n...")
  • 00:03, 8 March 2019 Tata (talk | contribs) created page โจทย์ของเดะๆ (Created page with "'''แนะนำ:''' * ขอให้น้องๆพยายามทำโจทย์ไปเรื่อยๆนะ ลองเลือกทำข้อง่...")
  • 00:03, 8 March 2019 Tata (talk | contribs) created page สสวท ค่าย 2 ปี 2556 (Created page with "---- รอบพิเศษ https://www.dropbox.com/sh/ksnk5w7iakjspjg/9nd_P2kvLp ---- ค่าย2 https://www.dropbox.com/sh/z5p348tbswpovqu/RChdqsWUZH ---- //ว่า...")
  • 00:02, 8 March 2019 Tata (talk | contribs) created page สสวท ค่าย 1 ปี 2555 (Created page with "ค่ายนี้ทุกคนตั้งใจเรียนอย่างขยันขันแข็ง มาเรียนตรงเวลาทุกคน...")
  • 00:02, 8 March 2019 Tata (talk | contribs) created page ค่าย สสวท. (Created page with "ถ้าอยากรู้ว่าค่าย สสวท. แต่ละปีทำโจทย์แนวไหนบ้าง ตารางเรียนเ...")
  • 00:02, 8 March 2019 Tata (talk | contribs) created page สอวน ค่าย 2 ปี 2555 (Created page with "'''Intro To Camp2''' * Complexity '''Stack''' * Push * Pop * Infix/Postfix/Prefix * โจทย์ ** วงเล็บ (paren) ** [A3C#10] สวนสนุกสุด...")
  • 00:01, 8 March 2019 Tata (talk | contribs) created page สอวน ค่าย 1 ปี 2555 (Created page with "วันที่ 1-15 ตุลาคม 2555 * คะแนนติดค่าย 61 คะแนน (ติดสำรอง 60 คะแนน) * ติดค่าย...")
  • 00:00, 8 March 2019 Tata (talk | contribs) created page Mergesort (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 Tata (talk | contribs) created page Quicksort (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 Tata (talk | contribs) created page Selection Sort (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 Tata (talk | contribs) created page Bubble Sort (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 Tata (talk | contribs) created page Singly Linked List With Header (Created page with "Linked List แบบทางเดียว แบบมี header ด้วย (Header node คือ node ที่ไม่เก็บค่าจริงๆ เป็...")
  • 23:56, 7 March 2019 Tata (talk | contribs) created page สอวน ค่าย 2 REFERENCE (Created page with "สวัสดีน้องๆทุกคน ยินดีต้อนรับสู่เพจสำหรับเตรียมตัวเข้าค่าย...")
  • 23:55, 7 March 2019 Tata (talk | contribs) created page คอมพิวเตอร์โอลิมปิก เทอม 2 ปี 2554 (Created page with "== ประกาศ == * 1. วันที่ 6 ธ.ค. 54 เปิดเรียน ไปเจอกันห้องคอม หลังเรียนคาบ...")
  • 23:54, 7 March 2019 Tata (talk | contribs) created page Old acioi wiki (Created page with "'''Welcome To ACIOI!''' '''ACIOI''' * คอมพิวเตอร์โอลิมปิก เทอม 2 ปี 2554 * สอวน ค่าย 2 REFERENCE '...")
  • 14:57, 7 March 2019 Tata (talk | contribs) created page Basic Laravel Training (for CV) (Created page with "== Installation == * Laravel Documentation https://laravel.com/docs/5.8")
  • 00:25, 7 March 2019 Tata (talk | contribs) created page Graph Algorithm Summary (Created page with "MST ===================================================== 1. Kruskal O(V log V) + เรียง edge + วนทุกเส้นแล้วดูว่าทั้...")
  • 00:24, 7 March 2019 Tata (talk | contribs) created page Segment Tree (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 Tata (talk | contribs) created page Fenwick Tree (Created page with "* เอามาจาก wiki.acioi.in.th '''Fenwick Tree''' หรือ '''Binary Index Tree''' * ใช้แก้ปัญหาที่ว่า "ถ้าต้อ...")
  • 00:20, 7 March 2019 Tata (talk | contribs) created page Tree in C (Created page with "== Tree Traversal == * เอามาจาก wiki.acioi.in.th <syntaxhighlight lang="c++" line='line'> #include<stdio.h> #include<stdlib.h> struct node{ char val; n...")
  • 00:18, 7 March 2019 Tata (talk | contribs) deleted page Doubly linked list in C (content was: "<syntaxhighlight lang="c++" line='line'> #include<stdio.h> #include<stdlib.h> typedef struct node{ int val; struct node *prev, *next;...", and the only contributor was "Tata" (talk))
  • 00:17, 7 March 2019 Tata (talk | contribs) created page Linked List in C (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:15, 7 March 2019 Tata (talk | contribs) created page Binary Heap in C (Created page with "== Priority Queue == <syntaxhilight lang="C++" line="line"> #include<stdio.h> int pq[100000],n; int cmd; int main(){ while(true){ scanf("%d",&cmd); // cmd = 0 : pu...")
  • 00:13, 7 March 2019 Tata (talk | contribs) created page โจทย์แปลจาก USACO (Created page with "== วิธีส่งโปรแกรม == เขียนโปรแกรมโดยการอ่านเขียนไฟล์ โดยคำสั่ง FIL...")
  • 00:03, 7 March 2019 Tata (talk | contribs) created page Test page (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:53, 6 March 2019 Tata (talk | contribs) created page Doubly linked list in C (Created page with "<pre> #include<stdio.h> #include<stdlib.h> typedef struct node{ int val; struct node *prev, *next; }node; node *head = NULL; node* insert_after(node *n, int val){...")
  • 23:43, 6 March 2019 Tata (talk | contribs) protected Note for myself [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 23:42, 6 March 2019 Tata (talk | contribs) created page Note for myself (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...")
  • 23:39, 6 March 2019 Tata (talk | contribs) uploaded File:Test upload.jpg
  • 23:39, 6 March 2019 Tata (talk | contribs) created page File:Test upload.jpg
  • 18:15, 6 March 2019 User account Test (talk | contribs) was created by Tata (talk | contribs)
  • 17:38, 6 March 2019 MediaWiki default (talk) created page Main Page
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)