Essays about: "Quick Sort"

Showing result 1 - 5 of 7 essays containing the words Quick Sort.

  1. 1. Application of HEC-HMS modelling on River Storån,Model evaluation and analysis of the processes by using soil moisture accounting loss method

    University essay from Lunds universitet/Avdelningen för Teknisk vattenresurslära

    Author : Pooja Makki Vijayaprakash; [2021]
    Keywords : River Storån; HEC-HMS; SMA; streamflow; baseflow; evapotranspiration; Technology and Engineering;

    Abstract : River Storån, a major tributary of Lake Bolmen which is a source of fresh water to Skåne county of Sweden is found to alter the color of water in the lake due to the presence of natural organic matter. Hence it is of utmost importance to study the river to understand the dynamics of generation and flow of water from the river to the lake. READ MORE

  2. 2. A study of the effects of different contextual variables on sorting algorithms

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Casper Björk; [2020]
    Keywords : Sorting algorithms; Performance; Implementation languages; Data types; Sorterings algorithmer; Prestandard; Programmeringsspråk; Data typer;

    Abstract : Background: Computers use sorting algorithms to prepare data for search or insert operations, these operations can be a bottleneck for performance. Objectives: To evaluate sorting algorithms performances when existing in different implementation environments like different languages, sorting in different data types and in different sizes. READ MORE

  3. 3. Visualization of Electrical Architectures In the Automotive Domain Based on the Needs of Stakeholders

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Thathong Nattapon; Mayo Florence; [2016-06-27]
    Keywords : architecture; automated visualization; automotive; needs; stakeholders;

    Abstract : The use of software in automotive engineering keeps on growing higher every year. This has an impact on a data stored in a database in such a way that a structure of data stored becomes complex due to hierarchy and hence difficult to understand. READ MORE

  4. 4. Pthreads and OpenMP : A  performance and productivity study

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Henrik Swahn; [2016]
    Keywords : OpenMP; Pthreads; Algorithms; Performance; Productivity; Quick Sort; Matrix Multiplication; Mandelbrot Set;

    Abstract : Today most computer have a multicore processor and are depending on parallel execution to be able to keep up with the demanding tasks that exist today, that forces developers to write software that can take advantage of multicore systems. There are multiple programming languages and frameworks that makes it possible to execute the code in parallel on different threads, this study looks at the performance and effort required to work with two of the frameworks that are available to the C programming language, POSIX Threads(Pthreads) and OpenMP. READ MORE

  5. 5. Automated Reasoning Support for Invasive Interactive Parallelization

    University essay from Institutionen för datavetenskap; Tekniska högskolan

    Author : Kianosh Moshir Moghaddam; [2012]
    Keywords : Multi-processors; Dependence Analysis; Code parallelization; Semi-automatic parallelization; IIP; ISC; OpenMP; MPI; Artificial Intelligence; Reasoning; Decision Tree; Divide and Conquer D C algorithms;

    Abstract : To parallelize a sequential source code, a parallelization strategy must be defined that transforms the sequential source code into an equivalent parallel version. Since parallelizing compilers can sometimes transform sequential loops and other well-structured codes into parallel ones automatically, we are interested in finding a solution to parallelize semi-automatically codes that compilers are not able to parallelize automatically, mostly because of weakness of classical data and control dependence analysis, in order to simplify the process of transforming the codes for programmers. READ MORE