algos
Here are 24 public repositories matching this topic...
Could we add some data validation functions such as,
make upper case,
make lower case,
get random double,
get random int?
-
Updated
Jul 5, 2022 - Rust
-
Updated
Apr 11, 2022 - Clojure
- Make it a separate component.
Make Navbar.
-
Updated
Sep 12, 2017 - C
Proper reformation.
Now that we are getting started to move at a good pace, we need to have this repo formatted properly. The requirements are as follows:
- Different directories for different concepts (for ex- all sorting algorithms in one directory, all searching algorithms in another)
- A more robust and appealing README file
- A dedicated directory for learning resources or notes to help beginners grow t
Add an algorithm
-
Updated
Dec 18, 2021 - JavaScript
-
Updated
Jun 7, 2022 - Kotlin
-
Updated
May 17, 2017 - Java
-
Updated
Dec 12, 2019 - PHP
-
Updated
Jun 13, 2022 - Python
-
Updated
Jun 15, 2019
-
Updated
Aug 9, 2021 - Python
-
Updated
Nov 16, 2017 - Python
-
Updated
Dec 14, 2017 - Python
-
Updated
Jun 1, 2021 - Go
-
Updated
May 25, 2022 - Java
-
Updated
Feb 19, 2022 - JavaScript
Improve this page
Add a description, image, and links to the algos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the algos 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