algorithms-implemented
Here are 434 public repositories matching this topic...
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 - Go
-
Updated
Mar 21, 2021
-
Updated
Oct 22, 2021 - Ruby
-
Updated
Oct 17, 2021 - C++
-
Updated
Oct 24, 2021 - C++
-
Updated
Sep 30, 2020 - C++
-
Updated
Oct 8, 2021 - Mathematica
-
Updated
Oct 3, 2021 - C++
-
Updated
Aug 7, 2021 - Go
-
Updated
Sep 21, 2021 - Python
-
Updated
Oct 5, 2021 - Java
-
Updated
Oct 11, 2021 - TypeScript
Adding several other relevant functionalities to the code .
-
Updated
Dec 11, 2020 - Java
-
Updated
Oct 23, 2021 - JavaScript
-
Updated
May 4, 2021 - C
-
Updated
Oct 25, 2021 - C++
-
Updated
Nov 17, 2017 - Python
-
Updated
May 31, 2020 - Java
-
Updated
Oct 24, 2021 - Java
-
Updated
Oct 20, 2019 - C++
-
Updated
Dec 29, 2019 - Python
-
Updated
Jun 3, 2021 - Python
-
Updated
Oct 18, 2021 - Clojure
-
Updated
Mar 8, 2018 - Swift
-
Updated
Jul 18, 2021 - Pascal
Improve this page
Add a description, image, and links to the algorithms-implemented topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the algorithms-implemented topic, visit your repo's landing page and select "manage topics."
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