User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 19:01, 31 July 2012 (diff | hist) . . (+2,871) . . N Shunting yard algorithm/foo.hs (Created page with "<syntaxhighlight lang="haskell"> {- Reference implementation of shunting yard algorithm. Requires: Data.Char, Data.List. This implementation is not error-tolerant; an exception w...") (current)
- 23:30, 23 July 2012 (diff | hist) . . (+3,016) . . Convex hull trick (example contributed by Haidar Abboud)
- 21:43, 23 July 2012 (diff | hist) . . (+1,711) . . N Convex hull trick/commando.cpp (Created page with "<syntaxhighlight lang="cpp"> // The following code for APIO 2010 "Commando" was contributed by Haidar Abboud. #include <cstdio> #include <algorithm> #include <vector> using names...")
- 20:36, 14 July 2012 (diff | hist) . . (0) . . Convex hull trick/acquire.cpp
- 06:25, 7 July 2012 (diff | hist) . . (+107) . . Judge:Help (→Execution discrepancies)
- 03:05, 5 July 2012 (diff | hist) . . (+260) . . Judge:Help (→Compilation discrepancies)
- 19:31, 2 July 2012 (diff | hist) . . (+112) . . Judge:Help
- 19:24, 2 July 2012 (diff | hist) . . (+26) . . m Judge:Help (→Execution discrepancies)
- 21:47, 14 June 2012 (diff | hist) . . (+109) . . Pointer
- 19:37, 11 June 2012 (diff | hist) . . (0) . . Binary heap (→Deletion)
- 19:21, 11 June 2012 (diff | hist) . . (+635) . . Binary heap (→Analysis)
- 23:39, 10 June 2012 (diff | hist) . . (+5,247) . . Longest palindromic subsequence
- 06:15, 1 June 2012 (diff | hist) . . (+59) . . Judge:Writing (→LaTeX) (current)
- 05:50, 1 June 2012 (diff | hist) . . (+3) . . m Judge:Writing (→LaTeX)
- 02:02, 27 May 2012 (diff | hist) . . (-5,705) . . Longest palindromic subsequence (anonymous comment was right: all the math in this article was wrong)
- 02:56, 14 May 2012 (diff | hist) . . (+52) . . Half-open interval (current)
- 02:45, 14 May 2012 (diff | hist) . . (-9) . . m IEEE 754 (→Signed zero) (current)
- 06:09, 3 May 2012 (diff | hist) . . (+465) . . Maximum subvector sum (current)
- 23:45, 19 April 2012 (diff | hist) . . (0) . . m Maximum subvector sum (→Two-dimensional example)
- 23:44, 19 April 2012 (diff | hist) . . (+1,550) . . Maximum subvector sum (→Higher dimensions)
- 23:18, 19 April 2012 (diff | hist) . . (+649) . . Maximum subvector sum (→Implementation (C++))
- 23:02, 19 April 2012 (diff | hist) . . (+632) . . Maximum subvector sum
- 21:21, 19 April 2012 (diff | hist) . . (+4,654) . . Maximum subvector sum
- 20:42, 19 April 2012 (diff | hist) . . (+156) . . m PEG:PEG leaders
- 20:39, 19 April 2012 (diff | hist) . . (0) . . PEGWiki:Current events (Redirected page to PEG:Event calendar 2011/2012) (current)
- 19:36, 18 April 2012 (diff | hist) . . (+811) . . N Maximum subvector sum (Created page with "The '''maximum subvector sum''' problem is that of finding a segment of a vector (array of numbers)<ref>In computer science, ''vector'' is often used to mean ''array of real ...")
- 03:08, 17 April 2012 (diff | hist) . . (+217) . . m Array (current)
- 21:19, 9 April 2012 (diff | hist) . . (+35) . . N Max subvector sum (Redirected page to Maximum subvector sum) (current)
- 18:00, 10 March 2012 (diff | hist) . . (+3,131) . . Change problem
- 16:38, 10 March 2012 (diff | hist) . . (+1,339) . . Dynamic programming (→Optimization example: Change problem)
- 00:13, 10 March 2012 (diff | hist) . . (+6,884) . . N Change problem (Created page with "The ''change-making problem'', often simply known as '''change''', occurs in two distinct but related flavours. Given a set of natural numbers <math>D_1, D_2, ..., D_n</math> (th...")
- 18:58, 6 March 2012 (diff | hist) . . (+28) . . N Change-making problem (Redirected page to Change problem) (current)
- 01:51, 5 March 2012 (diff | hist) . . (+70) . . N Dynamic change (Redirected page to Dynamic programming#Optimization example: Change problem) (current)
- 00:28, 3 March 2012 (diff | hist) . . (+37) . . N Flood fill (Redirected page to Graph search#Flood fill) (current)
- 00:28, 3 March 2012 (diff | hist) . . (+1,270) . . Depth-first search (→Applications) (current)
- 00:02, 3 March 2012 (diff | hist) . . (+1,548) . . Graph search (→Components in graphs)
- 04:37, 2 March 2012 (diff | hist) . . (+239) . . Shunting yard algorithm (→Unary operators)
- 04:03, 2 March 2012 (diff | hist) . . (+304) . . Shunting yard algorithm (→Unary operators)
- 03:46, 2 March 2012 (diff | hist) . . (+111) . . Shunting yard algorithm
- 03:17, 2 March 2012 (diff | hist) . . (+264) . . m Shunting yard algorithm (→Evaluation)
- 23:46, 1 March 2012 (diff | hist) . . (+731) . . PEGWiki:PEGWiki is not an encyclopedia (current)
- 23:40, 1 March 2012 (diff | hist) . . (+14,255) . . N Shunting yard algorithm (Created page with "The '''shunting yard algorithm''' is a simple technique for parsing infix expressions containing binary operators of varying precedence. It was first described by Edsgar Dijk...")
- 23:07, 28 February 2012 (diff | hist) . . (-4) . . Trailing zeroes in factorial (use pointfree style :D) (current)
- 23:05, 28 February 2012 (diff | hist) . . (+31) . . m Trailing zeroes in factorial
- 19:28, 28 February 2012 (diff | hist) . . (+4,970) . . N Trailing zeroes in factorial (Created page with "A well-known programming exercise involves finding the number of trailing zeroes at the end of the decimal representation of <math>n!</math>, for some given value of <math>n</mat...")
- 18:56, 28 February 2012 (diff | hist) . . (+42) . . N Trailing zeros in factorial (Redirected page to Trailing zeroes in factorial) (current)
- 00:58, 28 February 2012 (diff | hist) . . (+50) . . m Judge:Writing (→Problem statements)
- 00:44, 28 February 2012 (diff | hist) . . (+810) . . Judge:Writing
- 18:16, 25 February 2012 (diff | hist) . . (+181) . . Map (current)
- 07:39, 25 February 2012 (diff | hist) . . (+1) . . m User:Brian/Big Two (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)