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