Top "Search" questions

Questions about search algorithm mechanics and implementation.

how to calculate binary search complexity

I heard somebody say that since binary search halves the input required to search hence it is log(n) algorithm. …

algorithm search time-complexity binary-search
How to search JSON tree with jQuery

I have a question about searching the JSON for the specific information. For example, I have this JSON file: { "people": { "…

javascript jquery json search tree
Searching in a ArrayList with custom objects for certain strings

I have a ArrayList with custom objects. I want to search inside this ArrayList for Strings. The class for the …

java search arraylist custom-object
Search for string within text column in MySQL

I have mysql table that has a column that stores xml as a string. I need to find all tuples …

mysql search sql-like
PHP Multidimensional Array Searching (Find key by specific value)

I have this multidimensional array. I need to search it and return only the key that matches the value of …

php search multidimensional-array key
MySQL search and replace some text in a field

What MySQL query will do a text search and replace in one particular field in a table? I.e. search …

mysql sql search replace
Using XPATH to search text containing  

I use XPather Browser to check my XPATH expressions on an HTML page. My end goal is to use these …

xml search xpath selenium
How to implement a binary tree?

Which is the best data structure that can be used to implement a binary tree in Python?

python algorithm search data-structures binary-tree
Find all elements on a page whose element ID contains a certain text using jQuery

I'm trying to find all elements on a page whose element ID contains a certain text. I'll then need to …

jquery search filter find wildcard
Datatables - Search Box outside datatable

I'm using DataTables (datatables.net) and I would like my search box to be outside of the table (for example …

jquery search datatables filtering