Tag: algorithm
All the articles with the tag "algorithm".
-
Elementary Sorting Methods
·Selection sort is a simple and efficient sorting algorithm that works by repeatedly selecting the smallest (or largest) element from the unsorted portion of ...
-
Application and uses of Merge Sort
·Today is Jan 21, 2023.
-
Application and uses of Quick Sort
·Quick Sort
-
Arbitrary Precision Arithmetic
·In computer science, arbitrary-precision arithmetic, also called bignum arithmetic, multiple-precision arithmetic, or sometimes infinite-precision arithmetic...
-
Binary Search
·Binary Search is a searching algorithm used in a sorted array by repeatedly dividing the search interval in half. The idea of binary search is to use the inf...
-
Merge Sort
·Same with the preparation of quick sort.
-
LeetCode 47. Permutations II
·LeetCode 47. Permutations II (全排列 II)
-
Quick Sort
·Quicksort is an efficient, general-purpose sorting algorithm. Of course, we could sort arrays with Standard Library or STL simply and quickly. However, sorti...
-
LeetCode Biweekly Contest 90
·You are given an array of equal-length strings words. Assume that the length of each string is n.