-
Updated
Nov 4, 2021
Algorithm
Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.
Here are 11,026 public repositories matching this topic...
-
Updated
Oct 22, 2021 - Java
-
Updated
Nov 3, 2021 - JavaScript
-
Updated
Nov 5, 2021 - JavaScript
-
Updated
Sep 4, 2021 - Java
-
Updated
Oct 29, 2021 - JavaScript
-
Updated
Nov 4, 2021 - Java
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Oct 12, 2021 - Java
-
Updated
Apr 11, 2021 - Python
-
Updated
Oct 6, 2021 - C++
-
Updated
Nov 4, 2021 - Go
-
Updated
Oct 28, 2021 - Python
-
Updated
Jun 18, 2021 - Jupyter Notebook
-
Updated
Nov 4, 2021
-
Updated
Oct 21, 2021 - C#
Description
Currently, there are many CodeQL warnings. LGTM is marking our code quality as B
. We need to get it higher (link: https://lgtm.com/projects/g/TheAlgorithms/C-Plus-Plus/alerts/?mode=list).
Expected behavior
We should fix all the CodeQL/LGTM warnings.
Actual behavior
LGTM is reporting 7 alerts, which marks our quality code as B
.
Possible fix
Fix all the CodeQ
What about create a design pattern directory with the most popular design patterns examples?
We can create some rules like: have to be an explanation about the design pattern, the structure and one real world example.
The directory can be:
(folder) Design Patterns
-- (folder) Abstract Factory
-- -- AbstractFactory.js
-- -- AbstractFactoryTest.js
-- -- REAME.md
I can send some :
Star Patterns
-
Updated
Nov 3, 2021 - Jupyter Notebook
You may use this guide to make quality contributions at Hacktoberfest 2020: Hacktoberfest 2020 guide
To begin contributing, you shall get a quick overview of how Cosmos is used today. Cosmos is one of the most extensive code database and is used as:
- A datastore for various projects (such as [Quark](https://github.com/OpenGenus/
-
Updated
Oct 26, 2021 - Java
-
Updated
May 9, 2021 - JavaScript
-
Updated
Jun 11, 2021 - Go
-
Updated
Oct 7, 2021
-
Updated
Dec 10, 2020 - Java
-
Updated
Nov 23, 2019
🚀 Feature Proposal
Adding leading zero in the question number will be an awesome feature for file explorer to sort files by the name.
-
Updated
Oct 30, 2021 - JavaScript
- Wikipedia
- Wikipedia
We have a lot of
is_prime
(or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical