Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHodgson authored Nov 5, 2020
1 parent 12a7d78 commit 06f9822
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cpp-exercises/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Solutions to practice questions from Testdome website

Binary search tree - Searches a tree to check if it contains a number
Quadratic Equation - Solves a quadratic equation, very simple
Train Composition - A model to represent adding and removing wagons from either end of a train, in an efficient manner
* Binary search tree - Searches a tree to check if it contains a number
* Quadratic Equation - Solves a quadratic equation, very simple
* Train Composition - A model to represent adding and removing wagons from either end of a train, without use of C++ containers
* Train Composition Deque - Same as Train Composition but much simplified with built in containers

0 comments on commit 06f9822

Please sign in to comment.