F# Dictionary Binary Search

A deep dive into implementing binary search on dictionary files using F#'s functional paradigm. Explores recursive functions, pattern matching, and how functional thinking leads to elegant solutions for file I/O and search algorithms.