-
Updated
Oct 22, 2021
Algorithm
Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.
Here are 10,961 public repositories matching this topic...
-
Updated
Oct 22, 2021 - Java
-
Updated
Oct 22, 2021 - JavaScript
-
Updated
Oct 23, 2021 - JavaScript
-
Updated
Sep 4, 2021 - Java
-
Updated
Oct 24, 2021 - JavaScript
-
Updated
Oct 24, 2021 - Java
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Oct 12, 2021 - Java
-
Updated
Apr 11, 2021 - Python
-
Updated
Oct 23, 2021 - Go
-
Updated
Oct 6, 2021 - C++
-
Updated
Sep 25, 2021 - Python
-
Updated
Jun 18, 2021 - Jupyter Notebook
-
Updated
Oct 25, 2021
-
Updated
Oct 21, 2021 - C#
In this file I have written a c++ code to find the reverse of a string without using functions.
Description of Change
Checklist
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
Oct 25, 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 24, 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 20, 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