User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 01:39, 11 December 2011 (diff | hist) . . (+36) . . N LCA (Redirected page to Lowest common ancestor) (current)
- 01:29, 11 December 2011 (diff | hist) . . (+767) . . Disjoint sets (current)
- 01:19, 11 December 2011 (diff | hist) . . (-488) . . PEGWiki:PEGWiki is not an encyclopedia
- 01:15, 11 December 2011 (diff | hist) . . (+52) . . Nm PEGWiki:PEGWiki is not Wikipedia (Redirected page to PEGWiki:PEGWiki is not an encyclopedia) (current)
- 06:57, 9 December 2011 (diff | hist) . . (+1,638) . . N Lowest common ancestor (Created page with "The '''lowest common ancestor''' or '''least common ancestor''' (LCA) of a nonempty set of nodes in a rooted tree is the unique node of greatest depth that is an ancestor of ...")
- 08:48, 4 December 2011 (diff | hist) . . (+36) . . N Least common ancestor (Redirected page to Lowest common ancestor) (current)
- 14:56, 28 November 2011 (diff | hist) . . (+22) . . m Segment tree (→Structure)
- 14:55, 28 November 2011 (diff | hist) . . (+22) . . m Segment tree (→Structure: - \left( and \right))
- 14:52, 28 November 2011 (diff | hist) . . (+32) . . m Binary heap (needs code)
- 08:38, 28 November 2011 (diff | hist) . . (+33) . . m Range minimum query (needs code)
- 08:37, 28 November 2011 (diff | hist) . . (+4,963) . . Range minimum query
- 23:56, 23 November 2011 (diff | hist) . . (+2,705) . . String (alphabet size and complexity) (current)
- 23:05, 22 November 2011 (diff | hist) . . (+133) . . Half-open interval
- 17:19, 21 November 2011 (diff | hist) . . (+2,765) . . N Half-open interval (Created page with "A '''left half-open interval''' is an interval of the form <math>[a,b)</math>; it contains all <math>x</math> such that <math>a \leq x < b</math>. It is often useful to express p...")
- 05:36, 21 November 2011 (diff | hist) . . (+33) . . N RMQ (Redirected page to Range minimum query) (current)
- 05:35, 21 November 2011 (diff | hist) . . (+9,342) . . N Range minimum query (Created page with "The term '''range minimum query (RMQ)''' comprises all variations of the problem of finding the smallest element in a contiguous subsequence of a list of items taken from a [[tot...")
- 03:39, 21 November 2011 (diff | hist) . . (+46) . . N Precomputation (Redirected page to Preprocessing and postprocessing) (current)
- 03:38, 21 November 2011 (diff | hist) . . (+46) . . N Precompute (Redirected page to Preprocessing and postprocessing) (current)
- 03:38, 21 November 2011 (diff | hist) . . (+45) . . m Preprocessing and postprocessing (precomputation) (current)
- 03:07, 21 November 2011 (diff | hist) . . (0) . . m All nearest smaller values (whoops)
- 03:07, 21 November 2011 (diff | hist) . . (+4,458) . . N All nearest smaller values (Created page with "In a list of numbers <math>A</math>, the ''nearest smaller value'' (NSV) to an entry <math>A_i</math> is the last entry preceding it with a smaller value, if any; that is, the en...")
- 21:15, 20 November 2011 (diff | hist) . . (-76) . . m PEGWiki:Notational conventions (→Both text-mode and math-mode) (current)
- 21:12, 20 November 2011 (diff | hist) . . (+162) . . m PEGWiki:Notational conventions (→Both text-mode and math-mode)
- 20:18, 20 November 2011 (diff | hist) . . (+3,913) . . N Preprocessing and postprocessing (Created page with "''For the component of the C programming language, see C preprocessor.'' Sometimes, it is necessary to perform relatively trivial modifications of the input, known as '''pre...")
- 19:35, 20 November 2011 (diff | hist) . . (+49) . . N Jarvis march (Redirected page to Convex hull#Gift-wrapping algorithm) (current)
- 19:28, 20 November 2011 (diff | hist) . . (+46) . . N Postprocessing (Redirected page to Preprocessing and postprocessing) (current)
- 19:28, 20 November 2011 (diff | hist) . . (+46) . . N Preprocessing (Redirected page to Preprocessing and postprocessing) (current)
- 19:28, 20 November 2011 (diff | hist) . . (+46) . . N Postprocess (Redirected page to Preprocessing and postprocessing) (current)
- 19:27, 20 November 2011 (diff | hist) . . (+46) . . N Preprocess (Redirected page to Preprocessing and postprocessing) (current)
- 03:08, 16 November 2011 (diff | hist) . . (+2,053) . . Judge:Help
- 20:07, 3 November 2011 (diff | hist) . . (+16) . . Judge:Help (→Summary of supported languages)
- 16:22, 31 October 2011 (diff | hist) . . (+184) . . Tree
- 08:06, 23 October 2011 (diff | hist) . . (+2) . . m Knuth–Morris–Pratt algorithm (→Example 1)
- 07:54, 23 October 2011 (diff | hist) . . (+46) . . Judge:Free software (+git)
- 17:41, 19 October 2011 (diff | hist) . . (+8,967) . . N Binary heap (Created page with "A '''binary heap''' is a complete binary tree in which nodes are labelled with elements from a totally ordered set and each node's label is gr...")
- 01:01, 19 October 2011 (diff | hist) . . (+1,695) . . N Judge:Free software (Created page with "'''Every single piece of software used on the PEG Judge''' is licensed under a '''free software license''', such as the GNU General Public License. Here are the major components ...")
- 00:33, 19 October 2011 (diff | hist) . . (+3,014) . . N Judge:Help/aplusb.asm (Created page with "<syntaxhighlight lang="asm"> %macro getchar 1 ;"getchar()" cmp byte [esi],0 jnz .getchar_bottom push eax push ...") (current)
- 00:32, 19 October 2011 (diff | hist) . . (+112) . . Judge:Help/check.cpp (current)
- 00:31, 19 October 2011 (diff | hist) . . (+1) . . m Judge:Help/check.cpp
- 00:31, 19 October 2011 (diff | hist) . . (+970) . . N Judge:Help/check.cpp (Created page with "<syntaxhighlight lang="cpp> #include <iostream> #include <sstream> #include <fstream> #include <vector> using namespace std; vector<string> split(string& s) { vector<st...")
- 00:30, 19 October 2011 (diff | hist) . . (+5) . . m Judge:Help (→Summary of supported languages: - make "aplusb.asm" a subpage of Help)
- 00:29, 19 October 2011 (diff | hist) . . (+14,983) . . N Judge:Help (Created page with "==Overview== On the [{{JudgeRoot}}problems problems] page (which is accessible from any page on the Judge by clicking "problems" on the black navigation bar at the top of the pag...")
- 00:09, 19 October 2011 (diff | hist) . . (0) . . N File:WinkSmiley.gif (current)
- 00:09, 19 October 2011 (diff | hist) . . (0) . . N File:WhistleSmiley.gif (current)
- 00:09, 19 October 2011 (diff | hist) . . (0) . . N File:TwistedSmiley.gif (current)
- 00:09, 19 October 2011 (diff | hist) . . (0) . . N File:TongueSmiley.gif (current)
- 00:09, 19 October 2011 (diff | hist) . . (0) . . N File:ThinkSmiley.gif (current)
- 00:08, 19 October 2011 (diff | hist) . . (0) . . N File:SmileSmiley.gif (current)
- 00:08, 19 October 2011 (diff | hist) . . (0) . . N File:SilencedSmiley.gif (current)
- 00:08, 19 October 2011 (diff | hist) . . (0) . . N File:SickSmiley.gif (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)