Top "Search" questions

Questions about search algorithm mechanics and implementation.

Java List.contains(Object with field value equal to x)

I want to check whether a List contains an object that has a field with a certain value. Now, I …

java list search contains
Finding all possible combinations of numbers to reach a given sum

How would you go about testing all possible combinations of additions from a given set N of numbers so they …

algorithm search language-agnostic combinations subset-sum
How do I search an SQL Server database for a string?

I know it's possible, but I don't know how. I need to search an SQL Server database for all mentions …

sql-server function search stored-procedures
Find index of last occurrence of a sub-string using T-SQL

Is there a straightforward way of finding the index of the last occurrence of a string using SQL? I am …

sql-server string tsql search sql-server-2000
How to search a string in multiple files and return the names of files in Powershell?

I have started learning powershell a couple of days ago, and I couldn't find anything on google that does what …

string search text powershell recursion
Find a string by searching all tables in SQL Server Management Studio 2008

Is there any way to search for a string in all tables of a database in SQL Server Management Studio 2008? …

sql sql-server search
How to design RESTful search/filtering?

I'm currently designing and implementing a RESTful API in PHP. However, I have been unsuccessful implementing my initial design. GET /…

api search rest filter
Tools to search for strings inside files without indexing

I have to change some connection strings in an incredibly old legacy application, and the programmers who made it thought …

search full-text-search text-files
Find an element in a list of tuples

I have a list 'a' a= [(1,2),(1,4),(3,5),(5,7)] I need to find all the tuples for a particular number. say for 1 it …

python list search tuples
Search all the occurrences of a string in the entire project in Android Studio

I've just started using Android Studio (IntelliJ), and I now look for the feature to find the occurrence of a …

android-studio search intellij-idea