C++ Data Structures and Algorithms Search Algorithms Binary search O(log(n)) Sequential search O(n) Sorting Algorithms Selection sort (recursive) Data Structures Linked lists Stacks Recursive Functions compute sum of series get largest integer divisor check if a string is a valid palindrome check if a number is prime factorial convert decimal to binary convert binary to decimal more!