|
Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
|
| Nactivations | Various activation functions used in Neural network |
| Nbacktracking | Backtracking algorithms |
| Nbidirectional_dijkstra | Functions for Bidirectional Dijkstra Shortest Path algorithm |
| Ncaesar | Functions for Caesar cipher algorithm |
| ►Nciphers | Algorithms for encryption and decryption |
| Ncut_rod | Implementation of cutting a rod problem |
| Ncycle_sort | Functions for Cycle sort algorithm |
| ►Ndata_structures | Data Structures algorithms |
| Ndepth_first_search | Functions for Depth First Search algorithm |
| Ndisjoint_union | Functions for Disjoint union implementation |
| ►Ndouble_hashing | An implementation of hash table using double hashing algorithm |
| Ndynamic_programming | Dynamic Programming algorithms |
| Nfalse_position | Functions for False Position method |
| Nfibonacci_sum | Functions for the sum of the Fibonacci Sequence: \(\mathrm{F}(n) + \mathrm{F}(n+1) + .. + \mathrm{F}(m)\) |
| ►Ngeometry | Geometry algorithms |
| Ngram_schmidt | Functions for Gram Schmidt Orthogonalisation Process |
| ►Ngraph | Graph Algorithms |
| Nheavy_light_decomposition | Heavy light decomposition algorithm |
| Nhorspool | Functions for Horspool's algorithm |
| Ninversion | Functions for counting inversions using Merge Sort algorithm |
| Nis_graph_bipartite | Functions for checking whether a graph is bipartite or not |
| Njarvis | Functions for Jarvis’s algorithm |
| Nkadane | Functions for Kadane algorithm |
| NKnapsack | Implementation of 0-1 Knapsack problem |
| Nlayers | This namespace contains layers used in MLP |
| Nlinear_algebra | For io operations |
| ►Nlinear_probing | An implementation of hash table using linear probing algorithm |
| Nlinked_list | Functions for singly linked list algorithm |
| Nlist_array | Functions for Dynamic Array algorithm |
| ►Nmachine_learning | Machine learning algorithms |
| ►Nmath | For std::vector |
| Nmedian_search | Functions for Median search algorithm |
| Nmerge_insertion | Combined Intersion-Merge sorting algorithm |
| Nmincoins_topdown | Functions for minimum coin exchange problem |
| Nmodular_division | Functions for Modular Division implementation |
| Nmorse | Functions for Morse Code |
| Nn_queens | Functions for Eight Queens puzzle |
| Nn_queens_all_solutions | Functions for Eight Queens puzzle with all solutions |
| Nn_queens_optimized | Functions for Eight Queens puzzle optimized |
| Nncr_modulo_p | Functions for nCr modulo p implementation |
| Nneural_network | Neural Network or Multilayer Perceptron |
| Nnumerical_methods | For io operations |
| ►Nothers | Other algorithms |
| Npalindrome_partitioning | Functions for Palindrome Partitioning algorithm |
| Npancake_sort | Functions for Pancake sort algorithm |
| Npostfix_expression | Functions for Postfix Expression algorithm |
| Nqr_algorithm | Functions to compute QR decomposition of any rectangular matrix |
| ►Nquadratic_probing | An implementation of hash table using quadratic probing algorithm |
| Nqueue_using_array | Functions for Queue using Array implementation |
| Nradix_sort | Functions for Radix sort algorithm |
| ►Nrange_queries | Algorithms and Data Structures that support range queries and updates |
| Nrat_maze | Functions for <a href="https://www.codesdope.com/blog/article/backtracking-to- solve-a-rat-in-a-maze-c-java-pytho/" |
| Nrunge_kutta | Functions for Runge Kutta fourth order method |
| Nsaddleback | Function for implementing Saddleback Algorithm |
| Nsearch | Search algorithms |
| Nshortest_common_supersequence | Shortest Common Super Sequence algorithm |
| Nsorting | Sorting algorithms |
| Nsparse_table | Range queries using sparse-tables |
| Nspirograph | |
| ►Nstatistics | Statistical algorithms |
| Nstd | STL namespace |
| Nstrand | Functions for Strand Sort algorithm |
| Nstring_search | String search algorithms |
| Nstrings | Algorithms with strings |
| Ntree_234 | Functions for 2–3–4 tree |
| Nutil_functions | Various utility functions used in Neural network |
| Nvector_cross | Functions for Vector Cross Product algorithms |
| Nvigenere | Functions for vigenère cipher algorithm |
| Nwiggle_sort | Functions for Wiggle Sort algorithm |
| Nword_break | Functions for Word Break problem |
| NXOR | Functions for XOR cipher algorithm |