C-Plus-Plus icon indicating copy to clipboard operation
C-Plus-Plus copied to clipboard

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.

Results 378 C-Plus-Plus issues
Sort by recently updated
recently updated
newest added

### Detailed description There is a problem on depth first search so i want to create and push my own code ### Context Other users use my code and help...

enhancement

easy to understand #### Description of Change #### Checklist - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [x] Added tests and example,...

invalid
question

#### Description of Change Added namespaces and updated existing documentation and tests to fit current guidelines #### Checklist - [x] Added description of change - [x] Added file name matches...

approved

### Detailed description The Tortoise and Hare algorithm,( Floyd’s Cycle Detection Algorithm) is used to detect cycles in a sequence of values or linked lists. Same algo is used to...

enhancement

### Detailed description The Playfair cipher is a classical encryption technique that uses a 5x5 grid to encrypt pairs of letters (digraphs) in a message. This method helps obscure the...

enhancement

#### Description of Change #### Checklist - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [ ] Added tests and example, test must...

awaiting review
bugfix

## Description of Change Our doxygen website is fine but it needs a touch of modernity, I've added the [doxygen-awesome theme](https://jothepro.github.io/doxygen-awesome-css/) with a few extensions. ## Main changes - added...

awaiting review

#### Description of Change #### Checklist - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [x] Added tests and example, test must pass...

invalid
awaiting modification

### Detailed description I would like to request the implementation of a Graph Colouring Algorithm as a feature in this repository. Graph colouring is a way of assigning labels (often...

enhancement

### Detailed description RIPEMD-160 (RACE Integrity Primitives Evaluation Message Digest) is a cryptographic hash function that produces a 160-bit (20-byte) hash value, often represented as a 40-digit hexadecimal number. It...

enhancement
hacktoberfest