Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/AlexHodgson/c-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHodgson committed Nov 6, 2020
2 parents c8c0bee + 3b83cb1 commit f20d995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp-exercises/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ 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, without use of C++ containers
* Train Composition - A model to represent adding and removing wagons from either end of a train in linear time, without use of C++ containers
* Train Composition Deque - Same as Train Composition but much simplified with built in containers

0 comments on commit f20d995

Please sign in to comment.