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

18: This repository is a collection of open-source implementation of a variety of algorithms implemented in C++ -> This repository is a collection of open-source implementations of a variety of...

bugfix

#### Description of Change The comments in [data_structures/avltree.cpp](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/data_structures/avltree.cpp) mentioned that: > \todo update code to use C++ STL library features and OO structure > \warning This program is a poor...

Have Added Scaler Topics Binary Search Tree (BSTs) Page. Kindly Please check the suggested changes. Hope this contribution helps #### Description of Change #### Checklist - [ ] Added description...

### Detailed description As we all know CPP is quite popular among the competitive programming coders. And a lot of programming challenges are going on. There are very less places...

enhancement
dont-close

Added collision detection algorithm for 2D shapes (convex polygons and circles) that uses [SAT](https://en.wikipedia.org/wiki/Hyperplane_separation_theorem) #### Checklist - [x] Added description of change - [x] Added file name matches [File name...

enhancement
automated tests are failing
requested changes

#### Description of Change I have added a simple generic implementation for [bloom filter](https://en.wikipedia.org/wiki/Bloom_filter) #### Checklist - [x] Added description of change - [x] Added file name matches [File name...

enhancement
automated tests are failing
requested changes

#### Description of Change #### Checklist - [ ] 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...

enhancement
automated tests are failing
requested changes
stale

### Detailed description Should I make a PR for CPU scheduling algorithm to others or create a new folder? ### Context It can be helpful to many. 😕 ### Possible...

enhancement
help wanted
dont-close

#### 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...

enhancement
approved