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
 Ncut_rodImplementation of cutting a rod problem
 Ncycle_sortFunctions for Cycle sort algorithm
 Ndata_structuresData Structures algorithms
 Ndouble_hashingAn implementation of hash table using double hashing algorithm
 Ndynamic_programmingDynamic Programming algorithms
 Nfalse_positionFunctions for False Position method
 Nfibonacci_sumFunctions for the sum of the Fibonacci Sequence: \(\mathrm{F}(n) + \mathrm{F}(n+1) + .. + \mathrm{F}(m)\)
 NgeometryGeometry algorithms
 Ngram_schmidtFunctions for Gram Schmidt Orthogonalisation Process
 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
 NkadaneFunctions for Kadane algorithm
 NKnapsackImplementation of 0-1 Knapsack problem
 NlayersThis namespace contains layers used in MLP
 Nlinear_algebraLinear Algebra algorithms
 Nlinear_probingAn implementation of hash table using linear probing algorithm
 Nlinked_listFunctions for singly linked list algorithm
 Nmachine_learningMachine learning algorithms
 NmathFor std::vector
 Nmedian_searchFunctions for Median search algorithm
 Nmerge_insertionCombined Intersion-Merge sorting algorithm
 Nmincoins_topdownFunctions for minimum coin exchange problem
 NmorseFunctions for Morse Code
 Nn_queensFunctions for Eight Queens puzzle
 Nn_queens_all_solutionsFunctions for Eight Queens puzzle with all solutions
 Nn_queens_optimizedFunctions for Eight Queens puzzle optimized
 Nneural_networkNeural Network or Multilayer Perceptron
 Nnumerical_methodsFor io operations
 NothersOther algorithms
 Npalindrome_partitioningFunctions for Palindrome Partitioning algorithm
 Npancake_sortFunctions for Pancake sort algorithm
 Npostfix_expressionFunctions for Postfix Expression algorithm
 Nqr_algorithmFunctions to compute QR decomposition of any rectangular matrix
 Nquadratic_probingAn implementation of hash table using quadratic probing algorithm
 Nqueue_using_arrayFunctions for Queue using Array implementation
 Nradix_sortFunctions for Radix sort algorithm
 Nrange_queriesAlgorithms and Data Structures that support range queries and updates
 Nrat_mazeFunctions for Rat in a Maze algorithm
 Nrunge_kuttaFunctions for Runge Kutta fourth order method
 NsearchSearch algorithms
 Nshortest_common_supersequenceShortest Common Super Sequence algorithm
 NsortingSorting algorithms
 Nsparse_tableRange queries using sparse-tables
 Nspirograph
 NstatisticsStatistical algorithms
 NstdSTL namespace
 NstrandFunctions for Strand Sort algorithm
 Nstring_searchString search algorithms
 NstringsAlgorithms with strings
 Nutil_functionsVarious utility functions used in Neural network
 NvigenereFunctions for vigenère cipher algorithm
 Nwiggle_sortFunctions for Wiggle Sort algorithm
 Nword_breakFunctions for Word Break problem
 NXORFunctions for XOR cipher algorithm