F# Dictionary Binary Search
FSharp
· 1 min read
F# Dictionary Binary Search
During a recent assignment, I found the need to create a quick word lookup from an ordered dictionary file. I post the following: Let me describe what is happening. I have found that as I learn to write stuff functionally, I tend to do things from a…
FSharp