Skip to main content

7 docs tagged with "Search Algo"

View All Tags

BFS

BFS is defined as: Search Algo to Traverse breadth first, down Graph child layer by child layer. Topics on: . Read more: Computer Science, Computer Lang, Comput

Binary Search

Binary Search is defined as: Algorithm to search element in pre-sorted Array by halving with Logarithmic Complexity. Topics on: BST. Read more: Computer Science

BST

BST is defined as: tree data-struct for fast insert/search. Topics on: Treap, Splay Tree. Read more: Computer Science, Computer Lang, Computer, Program, Algorit

DFS

DFS is defined as: Search Algo to Traverse depth first down Graph entire child subtree & backtrack. Topics on: . Read more: Computer Science, Computer Lang, Com

Heap Property

Heap Property. Topics on: . Read more: Computer Science, Computer Lang, Computer, Program, Algorithm, Search Algo, Binary Search, BST, Treap, Heap Property|Wiki

Search Algo

Search Algo is defined as: Algorithm to find a solution to a problem within a set of possibilities. Topics on: Binary Search, Linear Search. Read more: Computer

Treap

Treap is defined as: BST with Heap Property to ins/del node. Topics on: Heap Property. Read more: Computer Science, Computer Lang, Computer, Program, Algorithm,