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
 NgraphGraph algorithms
 Nis_graph_bipartiteFunctions for checking whether a graph is bipartite or not
 Nlinear_probingAn implementation of hash table using linear probing algorithm
 Nmachine_learningMachine learning algorithms
 Nn_queensFunctions for Eight Queens puzzle
 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