User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 11:56, 19 December 2011 (diff | hist) . . (0) . . m Hidden constant factor (whoops)
- 11:56, 19 December 2011 (diff | hist) . . (+4,246) . . N Hidden constant factor (Created page with "When the time or space required for an algorithm is expressed in terms of the input size using big O notation, constant factors are destroyed. For example, if one algorithm r...")
- 11:27, 19 December 2011 (diff | hist) . . (+396) . . Prefix sum array and difference array (→A word on the dynamic case)
- 11:21, 19 December 2011 (diff | hist) . . (+2,133) . . Prefix sum array and difference array (a word on the dynamic case)
- 11:06, 19 December 2011 (diff | hist) . . (0) . . m Prefix sum array and difference array (→Difference array: - typo)
- 11:06, 19 December 2011 (diff | hist) . . (+13,909) . . Prefix sum array and difference array
- 08:16, 19 December 2011 (diff | hist) . . (+1,794) . . Prefix sum array and difference array (rewrite --- should be easier to read now)
- 08:13, 19 December 2011 (diff | hist) . . (+32) . . Nm Left half-open interval (Redirected page to Half-open interval) (current)
- 05:28, 17 December 2011 (diff | hist) . . (-559) . . Prefix sum array and difference array (easier example problem)
- 05:00, 16 December 2011 (diff | hist) . . (+2) . . m Prefix sum array and difference array (→Example: Partial Sums (SPOJ))
- 04:52, 16 December 2011 (diff | hist) . . (+2,224) . . Prefix sum array and difference array
- 02:04, 16 December 2011 (diff | hist) . . (+610) . . Judge:Help (→Strange C++ compilation errors)
- 22:13, 15 December 2011 (diff | hist) . . (-9) . . m Judge:Help (→Summary of supported languages)
- 22:11, 15 December 2011 (diff | hist) . . (+2,035) . . Judge:Help
- 08:33, 15 December 2011 (diff | hist) . . (+5,855) . . N Prefix sum array and difference array (Created page with "Given an array of numbers, we can construct a new array by replacing each element by the difference between itself and the previous element, except for the first element, whi...")
- 08:11, 15 December 2011 (diff | hist) . . (+54) . . Half-open interval
- 07:37, 15 December 2011 (diff | hist) . . (+51) . . N Difference array (Redirected page to Prefix sum array and difference array) (current)
- 07:36, 15 December 2011 (diff | hist) . . (+51) . . N Prefix sum array (Redirected page to Prefix sum array and difference array) (current)
- 06:31, 12 December 2011 (diff | hist) . . (+12,036) . . Dynamic programming (+counting problem)
- 03:23, 12 December 2011 (diff | hist) . . (+87) . . N Category:Trees (Created page with "This category contains various kinds of trees, as well as various tree data structures.") (current)
- 03:22, 12 December 2011 (diff | hist) . . (+19) . . m Tree (+cat:trees) (current)
- 03:21, 12 December 2011 (diff | hist) . . (+16,914) . . N Cartesian tree (Created page with "A sequence and its corresponding Cartesian tree Given a sequence of numbers (or any totally ordered objects), there exists a [[...")
- 23:50, 11 December 2011 (diff | hist) . . (-57) . . Totally ordered (whoops) (current)
- 23:49, 11 December 2011 (diff | hist) . . (+96) . . N Totally ordered (Redirected page to Partiahttp://wcipeg.com/wiki/skins/common/images/button sig.pngl order#Total order)
- 23:43, 11 December 2011 (diff | hist) . . (+131) . . N File:Cartesian tree.svg (This file, illustrating a Cartesian tree, was copied from http://en.wikipedia.org/wiki/File:Cartesian_tree.svg (public domain).) (current)
- 23:32, 11 December 2011 (diff | hist) . . (+30) . . Category:Heaps (current)
- 23:31, 11 December 2011 (diff | hist) . . (+29) . . Heap (current)
- 23:31, 11 December 2011 (diff | hist) . . (+48) . . Binary heap (+cats heaps, data structures)
- 23:30, 11 December 2011 (diff | hist) . . (+37) . . N Category:Heaps (Created page with "See page Heap for an explanation.")
- 23:30, 11 December 2011 (diff | hist) . . (+719) . . N Heap (Created page with "Various implementations of the priority queue abstract data type are known as '''heaps'''. A ''max-heap-ordered tree'' is a rooted tree in which every node's label i...")
- 22:01, 11 December 2011 (diff | hist) . . (+13) . . Knuth–Morris–Pratt algorithm (→Computation of the prefix function: --- whoops. battlefield test just now failed) (current)
- 21:01, 11 December 2011 (diff | hist) . . (-17) . . m Lowest common ancestor (→Algorithms and variations: - remove unnecessary and pretentious en dash)
- 21:00, 11 December 2011 (diff | hist) . . (+39) . . N Heavy–light decomposition (Redirected page to Heavy-light decomposition) (current)
- 21:00, 11 December 2011 (diff | hist) . . (+27) . . N Disjoint set (Redirected page to Disjoint sets) (current)
- 20:58, 11 December 2011 (diff | hist) . . (+3,145) . . N Least common multiple (Created page with "The '''least common multiple (LCM)''' of a set of integers is the least ''positive'' integer that is a multiple of all the integers in the set, unless one of the integers is zero...") (current)
- 20:48, 11 December 2011 (diff | hist) . . (+35) . . N Lowest common multiple (Redirected page to Least common multiple) (current)
- 20:47, 11 December 2011 (diff | hist) . . (+35) . . N LCM (Redirected page to Least common multiple) (current)
- 20:46, 11 December 2011 (diff | hist) . . (+178) . . Greatest common divisor (current)
- 20:44, 11 December 2011 (diff | hist) . . (+37) . . N GCF (Redirected page to Greatest common divisor) (current)
- 20:44, 11 December 2011 (diff | hist) . . (+37) . . N GCD (Redirected page to Greatest common divisor) (current)
- 20:44, 11 December 2011 (diff | hist) . . (+58) . . N Binary GCD algorithm (Redirected page to Greatest common divisor#Binary GCD algorithm) (current)
- 20:43, 11 December 2011 (diff | hist) . . (+66) . . N Extended Euclidean algorithm (Redirected page to Greatest common divisor#Extended Euclidean algorithm)
- 20:43, 11 December 2011 (diff | hist) . . (+57) . . N Euclid's algorithm (Redirected page to Greatest common divisor#Euclidean algorithm) (current)
- 20:43, 11 December 2011 (diff | hist) . . (+57) . . N Euclidean algorithm (Redirected page to Greatest common divisor#Euclidean algorithm) (current)
- 20:42, 11 December 2011 (diff | hist) . . (+12,966) . . N Greatest common divisor (Created page with "The '''greatest common divisor (GCD)''' of a set of integers is the greatest integer that divides all the integers in the set, unless the set contains only zeroes, in which the G...")
- 18:59, 11 December 2011 (diff | hist) . . (+1,588) . . File:Lca example tree.png (current)
- 08:02, 11 December 2011 (diff | hist) . . (+37) . . N Greatest common factor (Redirected page to Greatest common divisor) (current)
- 07:58, 11 December 2011 (diff | hist) . . (+9,748) . . Lowest common ancestor
- 05:38, 11 December 2011 (diff | hist) . . (0) . . File:Lca example tree.png (uploaded a new version of "File:Lca example tree.png": nodes and labels are larger)
- 05:32, 11 December 2011 (diff | hist) . . (0) . . N File:Lca example tree.png
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)