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:
 NactivationsVarious activation functions used in Neural network
 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
 Ndynamic_programmingDynamic Programming algorithms
 NgeometryGeometry algorithms
 NgraphGraph algorithms
 Nheavy_light_decompositionHeavy light decomposition algorithm
 Nis_graph_bipartiteFunctions for checking whether a graph is bipartite or not
 NjarvisFunctions for Jarvis’s algorithm
 NlayersThis namespace contains layers used in MLP
 Nlinear_probingAn implementation of hash table using linear probing algorithm
 Nmachine_learningMachine learning algorithms
 Nn_queensFunctions for Eight Queens puzzle
 Nneural_networkNeural Network or Multilayer Perceptron
 Nqr_algorithmFunctions to compute QR decomposition of any rectangular matrix
 Nquadratic_probingAn implementation of hash table using quadratic probing algorithm
 Nrange_queriesAlgorithms and Data Structures that support range queries and updates
 Nshortest_common_supersequenceShortest Common Super Sequence algorithm
 NsortingSorting algorithms
 Nspirograph
 NstatisticsStatistical algorithms
 NstdSTL namespace
 Nstring_searchString search algorithms
 Nutil_functionsVarious utility functions used in Neural network
 NvigenereFunctions for vigenère cipher algorithm
 NXORFunctions for XOR cipher algorithm