|
Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
|
| Nbacktracking | Backtracking algorithms |
| Ncaesar | Functions for Caesar cipher algorithm |
| Nciphers | Algorithms for encryption and decryption |
| Ndata_structure | Data-structure algorithms |
| Ndouble_hashing | An implementation of hash table using double hashing algorithm |
| Ngraph | Graph algorithms |
| Nlinear_probing | An implementation of hash table using linear probing algorithm |
| Nmachine_learning | Machine learning algorithms |
| Nqr_algorithm | Functions to compute QR decomposition of any rectangular matrix |
| Nquadratic_probing | An implementation of hash table using quadratic probing algorithm |
| Nsorting | Sorting algorithms |
| Nspirograph | |
| Nstatistics | Statistical algorithms |
| Nstd | STL namespace |
| Nstring_search | String search algorithms |
| Nvigenere | Functions for vigenère cipher algorithm |
| NXOR | Functions for XOR cipher algorithm |