-
Updated
Feb 25, 2022 - Java
algorithm-challenges
Here are 1,376 public repositories matching this topic...
-
Updated
Apr 10, 2022 - Java
-
Updated
Apr 10, 2022 - C
-
Updated
Apr 13, 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
String Comparision
Related Issue
(#1105)
Proposed Changes
Added a file comparing two strings .
Most string comparison algorithms compare the strings character by character. C++ provides us some built in operators like == and != to compare strings along with strcmp and compare functions.
-
Updated
Oct 15, 2020 - Java
-
Updated
Apr 6, 2022 - C++
-
Updated
Mar 21, 2020
-
Updated
Apr 9, 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 9, 2022 - JavaScript
-
Updated
Apr 13, 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 :