Writing Our Own Structure: Tries in Haskell & Rust
mmhaskell.com·8h

In the last few weeks we’ve studied a few different graph problems. Graphs are interesting because they are a derived structure that we can represent in different ways to solve different problems. Today, we’ll solve a LeetCode problem that actually focuses on writing a data structure ourselves to satisfy certain requirements! Next week, we’ll use this structure to solve a problem.

If you want to improve your Haskell Data Structure skills, both with built-in types and in making your own types, your should check out [Solve.hs](https://academy…

Similar Posts

Loading similar posts...