...

/

Solved Exercise: Step by Step Guide

Solved Exercise: Step by Step Guide

This section has a few questions for you try out and test your understanding of concurrency

Assignment

Online Assignment

There can be many different binary trees with the same sequence of values stored at the leaves. For example, here are two binary trees storing the sequence 1, 1, 2, 3, 5, 8, 13.

widget

A function to check whether two binary trees store the same sequence is quite complex in most languages. We’ll use Go’s concurrency and channels to write a simple solution. ...

Access this course and 1400+ top-rated courses and projects.