Back to Browse

Functional Queues | OCaml Programming | Chapter 5 Video 7

6.6K views
Jul 11, 2021
7:55

How to implement queues functionally, and how to improve efficiency by using two lists instead of one. Note that the textbook now calls the `front` the `outbox`, and the `back` the `inbox`, and the entire module a `BatchedQueue` instead of `TwoListQueue`. Textbook: https://cs3110.github.io/textbook

Download

0 formats

No download links available.

Functional Queues | OCaml Programming | Chapter 5 Video 7 | NatokHD