Algorithms_in_C++  1.0.0
Set of algorithms implemented in C++.
Namespace List
Here is a list of all documented namespaces with brief descriptions:
 NbacktrackingBacktracking algorithms
 NcaesarFunctions for Caesar cipher algorithm
 NciphersAlgorithms for encryption and decryption
 Ndata_structureData-structure algorithms
 Ndouble_hashingAn implementation of hash table using double hashing algorithm
 Nlinear_probingAn implementation of hash table using linear probing algorithm
 Nmachine_learningMachine learning algorithms
 Nqr_algorithmFunctions to compute QR decomposition of any rectangular matrix
 Nquadratic_probingAn implementation of hash table using quadratic probing algorithm
 NsortingSorting algorithms
 Nspirograph
 NstatisticsStatistical algorithms
 NstdSTL namespace
 Nstring_searchString search algorithms
 NvigenereFunctions for vigenère cipher algorithm
 NXORFunctions for XOR cipher algorithm