-
Updated
Feb 25, 2022 - Java
algorithm-challenges
Here are 1,373 public repositories matching this topic...
-
Updated
Apr 3, 2022 - Java
-
Updated
Mar 20, 2022 - C
-
Updated
Apr 3, 2022 - C++
-
Updated
Apr 20, 2021 - Python
-
Updated
Oct 21, 2021 - Java
-
Updated
Oct 28, 2021 - Java
-
Updated
Mar 21, 2021
-
Updated
Jun 7, 2019
-
Updated
Dec 10, 2021 - C++
-
Updated
Oct 24, 2021 - C++
-
Updated
Aug 26, 2021 - Python
-
Updated
Mar 31, 2022 - JavaScript
-
Updated
Jun 26, 2021 - Python
-
Updated
Jan 11, 2022 - Python
Related Issue
- #623
- I have add a new file named perfectNumber.cpp in M-MathematicalAlgorithms
Info
I have developed program that check if the number is perfect or not by get all the divisors then get the sum of them
if the sum equal the number then the number is perfect number
Algorithm
step1 - take from user a number
step2 -get all numbers that can be divided
step3 -
-
Updated
Oct 15, 2020 - Java
-
Updated
Feb 9, 2022 - C++
-
Updated
Mar 21, 2020
-
Updated
Mar 24, 2022 - C++
-
Updated
Oct 10, 2021 - Java
-
Updated
Dec 14, 2021 - JavaScript
The mentioned file needs to be re-written. There is no concept of overflow in Circular Queue as it wraps up. What I mean is:
Test Driver Code:
public static void main(String[] agrs) {
CircularQueue q = new CircularQueue(5);
q.insert(10);
q.insert(20);
q.insert(30);
q.insert(40);
q
-
Updated
Jan 30, 2022 - C++
Since a folder for Codewars_problems
has been created, more problems and solutions can be added from Codewars
Preferred difficulty level: Easy-Medium/hard (please refrain from adding too beginner/trivial questions)
**Refer Contribting.md and read all points carefully before sending a Pul
-
Updated
Apr 3, 2022 - JavaScript
-
Updated
Apr 3, 2022 - Python
-
Updated
Oct 30, 2021 - Python
Validador de CPF
Dado um número de CPF, o algoritmo deve validar se o número dado é um número válido.
Detalhes de como o cálculo funciona pode ser encontrado aqui
Descrição da Função
A função deve ser capaz de receber o CPF como Integer ou String.
Se for String, deve retirar pontos para manter somente os números.
Em seguida, deve fazer os cálculos da validação
Improve this page
Add a description, image, and links to the algorithm-challenges topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the algorithm-challenges topic, visit your repo's landing page and select "manage topics."
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:
I can send some :