Jump to content

Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • Thumbnail for Search engine
    improving search engine technology by making them understand the content element of the articles, such as extracting theoretical constructs or key research...
    68 KB (7,600 words) - 04:58, 19 October 2024
  • Thumbnail for Breadth-first search
    node (sometimes referred to as a 'search key'). In state space search in artificial intelligence, repeated searches of vertices are often allowed, while...
    14 KB (1,848 words) - 22:47, 27 October 2024
  • if the search key is in the list, or the position where the search key should be, if the search key is not in the list. Exponential search can also...
    10 KB (1,350 words) - 07:13, 5 July 2024
  • Thumbnail for Search algorithm
    Linear search algorithms check every record for the one associated with a target key in a linear fashion. Binary, or half-interval, searches repeatedly...
    12 KB (1,574 words) - 07:35, 9 July 2024
  • Thumbnail for Interpolation search
    Interpolation search is an algorithm for searching for a key in an array that has been ordered by numerical values assigned to the keys (key values). It...
    14 KB (1,867 words) - 12:27, 13 September 2024
  • B+ tree (redirect from B+ search trees)
    of keys stored in the leaves of the B+ tree. function search(k, root) is let leaf = leaf_search(k, root) for leaf_key in leaf.keys(): if k = leaf_key: return...
    27 KB (3,411 words) - 04:00, 30 October 2024
  • Thumbnail for Binary search tree
    science, a binary search tree (BST), also called an ordered or sorted binary tree, is a rooted binary tree data structure with the key of each internal...
    31 KB (3,098 words) - 21:57, 27 June 2024
  • Yandex Search (Russian: Яндекс) is a search engine owned by the company Yandex, based in Russia. In January 2015, Yandex Search generated 51.2% of all...
    56 KB (5,565 words) - 02:35, 26 October 2024
  • Thumbnail for Windows key
    The Windows key (also known as win, start, logo, flag or super key) is a keyboard key which was originally introduced on Microsoft's Natural Keyboard...
    24 KB (2,923 words) - 14:41, 8 November 2024
  • 2015, it was reported that Google was developing and promoting mobile search as a key feature within future products. In response, many brands began to take...
    58 KB (5,744 words) - 10:44, 20 September 2024
  • Thumbnail for Google Search
    Google Search (also known simply as Google or Google.com) is a search engine operated by Google. It allows users to search for information on the Web...
    125 KB (11,810 words) - 14:23, 8 November 2024
  • In computer science, brute-force search or exhaustive search, also known as generate and test, is a very general problem-solving technique and algorithmic...
    14 KB (1,973 words) - 05:28, 6 October 2024
  • is found that is larger than the search key. To find the exact position of the search key in the list a linear search is performed on the sublist L[(k-1)m...
    3 KB (364 words) - 07:01, 19 July 2024
  • Search engines, including web search engines, selection-based search engines, metasearch engines, desktop search tools, and web portals and vertical market...
    24 KB (871 words) - 15:38, 22 October 2024
  • Thumbnail for K-d tree
    several applications, such as: Searches involving a multidimensional search key (e.g. range searches and nearest neighbor searches) & Creating point clouds...
    28 KB (3,770 words) - 11:20, 14 October 2024
  • Thumbnail for Kagi (search engine)
    to search. It functions as a metasearch engine but also has its own indexes for websites and news. The name means "key" in Japanese. (鍵) The search engine...
    8 KB (744 words) - 22:53, 11 September 2024
  • Thumbnail for Hash table
    array stores a set of (key, value) pairs and allows insertion, deletion, and lookup (search), with the constraint of unique keys. In the hash table implementation...
    52 KB (5,873 words) - 18:28, 23 October 2024
  • a search tree is a tree data structure used for locating specific keys from within a set. In order for a tree to function as a search tree, the key for...
    5 KB (710 words) - 16:22, 6 January 2024
  • Note the following variable definitions: K: Maximum number of potential search keys for each node in a B-tree. (this value is constant over the entire tree)...
    50 KB (7,042 words) - 22:14, 13 September 2024
  • search: sentinel->key = search_key; for (node = bst->root;;) { if (search_key == node->key) break; if search_key < node->key: node = node->child[0]; //...
    9 KB (1,123 words) - 16:12, 25 September 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)