Skip to content

Files

Latest commit

 

History

History

Searching

Searching Algorithms

Searching Algorithms C CPP Java Python JavaScript C# Golang Ruby Rust Swift Perl Matlab Kotlin Lua
Binary Search ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Linear Search ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Jump Search ✔️ ✔️
Interpolation Search ✔️ ✔️ ✔️
Ternary Search ✔️
Fibonacci Search ✔️ ✔️ ✔️ ✔️
8 puzzle problem ✔️
String Search ✔️
Boyer–Moore string-search algorithm ✔️