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_structuresData Structures 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
 NhorspoolFunctions for Horspool's 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
 Nlinked_listFunctions for singly linked list algorithm
 Nmachine_learningMachine learning algorithms
 Nmedian_searchFunctions for Median search algorithm
 Nmerge_insertionCombined Intersion-Merge sorting algorithm
 Nn_queensFunctions for Eight Queens puzzle
 Nn_queens_all_solutionsFunctions for Eight Queens puzzle with all solutions
 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
 NsearchSearch algorithms
 Nshortest_common_supersequenceShortest Common Super Sequence algorithm
 NsortingSorting algorithms
 Nspirograph
 NstatisticsStatistical algorithms
 NstdSTL namespace
 Nstring_searchString search algorithms
 NstringsAlgorithms with strings
 Nutil_functionsVarious utility functions used in Neural network
 NvigenereFunctions for vigenère cipher algorithm
 NXORFunctions for XOR cipher algorithm