sedgewick-cpp icon indicating copy to clipboard operation
sedgewick-cpp copied to clipboard

Exercises from Algorithms in C++ book by Robert Sedgewick

Algorithms in C++

Build Status codecov Coverage Status

Here I collect exercise solutions from Algorithms in C++ book by Robert Sedgewick. I use the russian translation of the book, so the entire text of the exercises will be given in russian and english.

  • english: ISBN 978-0-321-60633-4
  • russian: ISBN 978-5-8459-2070-6

navigation

  • Chapter 1: Introduction
  • Chapter 3: Elementary Data Structures
  • Chapter 4: Abstract Data Types
  • Chapter 5: Recursion and Trees

install git hooks

$ make install-hooks

build

$ make

run tests

$ make test