/40-algorithms-every-programmer-should-know

Repo to store algorithms from 40-algorithms-every-programmer-should-know book implemented in C++

Primary LanguageC++

40-algorithms-every-programmer-should-know

Overview

  • Implementation of some algorithms from this book as a personal challenge

Features

  • The implementation of the algorithms are in only academic purpose
  • The base programming language used is C++ (although algorithms in the book are implemented in Python)
  • The C++ standard used was C++14