Search results

Jump to navigation Jump to search
Results 1 – 21 of 491
Advanced search

Search in namespaces:

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • ...rem (analysis of algorithms)]], about the complexity of divide-and-conquer algorithms ...
    325 bytes (40 words) - 03:06, 27 February 2024
  • .../0596.pdf |title=Archived copy |accessdate=2007-12-22 }}</ref> Both search algorithms are [[anytime algorithm]]s that find good but likely sub-optimal solutions ...combined with the [[divide and conquer algorithm]] technique, resulting in divide-and-conquer beam-stack search. ...
    2 KB (204 words) - 11:04, 16 August 2023
  • ...lgorithms for a problem.<ref name=cormen>{{cite book|title=Introduction to Algorithms |edition=3rd|last1=Cormen|first1=Thomas H. |last2=Leiserson |first2=Charles ...or [[dynamic programming]] may be used. If there are no appropriate greedy algorithms and the problem fails to exhibit overlapping subproblems, often a lengthy b ...
    6 KB (917 words) - 08:14, 16 April 2025
  • ...asic concept behind these algorithms is the [[Divide and conquer algorithm|divide-and-conquer]] approach from [[computer science]]. An [[eigenvalue]] problem is divided ...8}{3}m^{3}</math> if [[eigenvector]]s are needed as well. There are other algorithms, such as the [[Arnoldi iteration]], which may do better for certain classes ...
    10 KB (1,640 words) - 12:10, 24 June 2024
  • ...zation of the [[master theorem (analysis of algorithms)|master theorem for divide-and-conquer recurrences]], which assumes that the sub-problems have equal size. It is n ...havior can be determined as follows:<ref>{{Cite book|title=Introduction to Algorithms|last1=Cormen|first1=Thomas|last2=Leiserson|first2=Charles|last3=Rivest|firs ...
    6 KB (979 words) - 13:55, 25 June 2025
  • ...rom {{citation|last1=Bentley|first1=J. L.|last2=Ottmann|first2=T. A.|title=Algorithms for reporting and counting geometric intersections|journal=IEEE Transaction |thesis_title = Divide and conquer algorithms for closest point problems in multidimensional space ...
    6 KB (851 words) - 06:57, 21 March 2025
  • {{Short description|Tool for analyzing divide-and-conquer algorithms}} ...was popularized by the widely used algorithms textbook ''[[Introduction to Algorithms]]'' by [[Thomas H. Cormen|Cormen]], [[Charles E. Leiserson|Leiserson]], [[R ...
    16 KB (2,545 words) - 18:28, 27 February 2025
  • ...may or may not count the output as part of its space usage. Since in-place algorithms usually overwrite their input with output, no additional space is needed. W ...ection sort]], [[insertion sort]], [[heapsort]], and [[Shell sort]]. These algorithms require only a few pointers, so their space complexity is {{math|''O''(log ...
    8 KB (1,245 words) - 06:39, 30 June 2025
  • ...7cIC&pg=PA140|isbn=9781420010848}}.</ref><ref>{{citation|title=Distributed Algorithms: An Intuitive Approach|first=Wan|last=Fokkink|publisher=MIT Press|year=2013 ...ay arise when the computation is strictly a [[Divide and conquer algorithm|divide-and-conquer]] type. A [[node (networking)|node]] starts the computation and divides the ...
    5 KB (831 words) - 02:21, 15 December 2024
  • ...phics primitives can be computationally-expensive and is usually done by [[divide-and-conquer algorithm|divide and conquer]]. The different hidden-surface determination == Algorithms == ...
    11 KB (1,649 words) - 16:37, 4 May 2025
  • {{Short description|Algorithms which recursively solve subproblems}} ...science]], '''divide and conquer''' is an [[algorithm design paradigm]]. A divide-and-conquer [[algorithm]] [[Recursion (computer science)|recursively]] breaks down a pr ...
    21 KB (3,081 words) - 09:50, 14 May 2025
  • ...y]] with different levels of cache having different sizes. Cache-oblivious algorithms are contrasted with explicit ''[[loop tiling]]'', which explicitly breaks a ...arly optimal performance in an absolute sense. The goal of cache-oblivious algorithms is to reduce the amount of such tuning that is required. ...
    13 KB (2,024 words) - 05:14, 3 November 2024
  • ...er Gourdon & Pascal Sebah. ''[http://numbers.computation.free.fr/Constants/Algorithms/splitting.html Binary splitting method]'' ...herina Karatsuba. ''[http://www.ccas.ru/personal/karatsuba/algen.htm Fast Algorithms and the FEE method]'' ...
    4 KB (533 words) - 09:27, 8 June 2025
  • ==Rule-based algorithms== Rule-based algorithms try to emulate an experienced human cartographer. Over centuries, cartograp ...
    12 KB (1,708 words) - 17:45, 23 June 2025
  • ...ges |first=Uzi |last=Vishkin |publisher=Class notes of courses on parallel algorithms taught since 1992 at the University of Maryland, College Park, Tel Aviv Uni ...en referred to as "[[sequential algorithm]]s", by contrast with concurrent algorithms. ...
    7 KB (985 words) - 08:29, 17 January 2025
  • ==Algorithms== ===DFS-based linear-time algorithms=== ...
    13 KB (1,869 words) - 00:44, 18 June 2025
  • As of 2012, MS-CHAP had been completely broken. The divide-and-conquer attack only requires breaking a single DES key, which is not difficult with [[Category:Broken cryptography algorithms]] ...
    5 KB (685 words) - 13:29, 2 February 2025
  • ...ed for its simplicity and has performance advantages over more complicated algorithms in certain situations, particularly where [[auxiliary memory]] is limited. Selection sort is not difficult to analyze compared to other sorting algorithms, since none of the loops depend on the data in the array. Selecting the min ...
    12 KB (1,811 words) - 07:01, 16 November 2025
  • </ref> It is a [[divide-and-conquer algorithm]] that reduces the multiplication of two ''n''-digit numbers to t ...basic principle of Karatsuba's algorithm is [[Divide-and-conquer algorithm|divide-and-conquer]], using a formula that allows one to compute the product of two large numb ...
    13 KB (1,989 words) - 20:43, 4 May 2025
  • [[Category:Search algorithms]] ...
    4 KB (619 words) - 00:13, 15 September 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)