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