This repository contains code to solve several data structures and algorithms problems in Python and C++. There is also a separate branch called mybranch which I've created to experiment with branching.
| Number | Problem | Difficulty | Solution |
|---|---|---|---|
| 1 | Two Sum | Easy | Solution |
| 98 | Validate Binary Search Tree | Medium | Solution |
| 1509 | Minimum Difference Between Largest and Smallest Value in Three Moves | Medium | Solution |