Skip to content

Samples of C++ code that illustrate specific algorithms or C++ techniques.

Notifications You must be signed in to change notification settings

syl22-00/cpp-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ samples

This repository contains various samples of C++ code that illustrate specific algorithms or C++ techniques. I wrote them as I was practicing for job interviews and also learning and experimenting with C++11.

For now, it includes:

  • codility: Solutions from programming tests from http://codility.com
  • dist: Mirror the distribution of samples of an input stream.
  • edit: Edit distance (also called Levenshtein distance) between two sequences.
  • heap: Heap implementation.
  • sort: Sorting routines.

About

Samples of C++ code that illustrate specific algorithms or C++ techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published