Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing authors from c #330

Merged
merged 17 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/c/BinarySearchTree.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Árvore Binária de Busca em C
* Kelvin Salton do Prado - 2015
*
* ( 6 )
* / \
Expand Down
1 change: 0 additions & 1 deletion src/c/CalculatePi.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
Calculo de Pi em C
Bruno Dantas de Paiva - 2021
https://github.com/DantasB
kelvins marked this conversation as resolved.
Show resolved Hide resolved
*/

Expand Down
1 change: 0 additions & 1 deletion src/c/CircularLinkedList.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
*
* Lista Ligada com Nó Cabeça, Circular e Ordenada (Implementação Dinâmica)
* Kelvin Salton do Prado - 2015
*
*/

Expand Down
1 change: 0 additions & 1 deletion src/c/ConnectedComponents.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
*
* Grafos - Algoritmo para calcular o número de componentes conexos em um determinado Grafo
* Kelvin Salton do Prado - 2015
*
* GRAFO
* (0) (1)-------------(4)---------------(5)
Expand Down
1 change: 0 additions & 1 deletion src/c/DijkstraAlgorithm.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Graphs - Dijkstra Algorithm in C
* Kelvin Salton do Prado - 2015
* Complexity: Theta(n^2)
*
* 1 for all - Edges with non-negative weights - Greedy algorithm
Expand Down
1 change: 0 additions & 1 deletion src/c/DoublyLinkedList.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Exemplo Lista Duplamente Encadeada em C
* Luan Felipe dos S. da Silva
*/


Expand Down
1 change: 0 additions & 1 deletion src/c/DynamicQueue.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Implementação de uma Estrutura de Fila Dinâmica Ligada/Encadeada em C
* Kelvin Salton do Prado - 2015
*/

#include <stdio.h>
Expand Down
1 change: 0 additions & 1 deletion src/c/DynamicStack.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Pilha Dinâmica utilizando uma Lista Ligada em C
* Kelvin Salton do Prado - 2015
*/

#include <stdio.h>
Expand Down
1 change: 0 additions & 1 deletion src/c/Factorial.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* Exemplos de função para retornar o fatorial de um número n
* função recursiva
* Jhonata Ribeiro - 2017
*/

int main(){
Expand Down
1 change: 0 additions & 1 deletion src/c/FloydWarshallAlgorithm.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Grafos - Algoritmo de Floyd-Warshall em C
* Kelvin Salton do Prado - 2015
* Complexidade: Teta de vértices ao cubo = Teta(n^3)
*
* Encontra o caminho de todos para todos os vértices
Expand Down
1 change: 0 additions & 1 deletion src/c/GraphSearch.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
*
* Grafos - Implementação de uma estrutura de Grafo não dirigido em C
* Métodos de Busca: Busca em Profundidade e Busca em Largura
* Kelvin Salton do Prado - 2015
*
*
* (A)---------------(B)-------------(E)---------------(F)
Expand Down
1 change: 0 additions & 1 deletion src/c/HamiltonianCycle.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
*
* Grafos - CICLO HAMILTONIANO em C
* Kelvin Salton do Prado - 2015
*
* -----------------------------------
* | |
Expand Down
2 changes: 0 additions & 2 deletions src/c/InsertionSort.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*
Algoritmo de ordenação Insertion Sort em C
Vinicios Barbosa da Silva - 2023
https://github.com/ViniciosB
*/

#include <stdio.h> // Necessário para usar input e output
Expand Down
2 changes: 0 additions & 2 deletions src/c/LinkedList.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* Author: Cleber Salustiano */

#include <stdlib.h>
#include <stdio.h>

Expand Down
1 change: 0 additions & 1 deletion src/c/MaxMinRecursivo.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* Exemplo de algoritmo recursivo.
* Objetivo: encontrar o valor máximo e mínimo em um vetor, utilizando recursividade
* Kelvin Salton do Prado - 2015
*/

#include <stdio.h>
Expand Down
1 change: 0 additions & 1 deletion src/c/MaxRecursivo.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* Exemplos de funções para achar maior número de um vetor
* As 3 são recursivas porém apenas a MaxDC utiliza divisão e conquista
* Kelvin Salton do Prado - 2015
*/

#include <stdio.h>
Expand Down
1 change: 0 additions & 1 deletion src/c/MergeSort.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Exemplo de Ordenação utilizando Merge Sort
* Kelvin Salton do Prado - 2015
*
* Dividir para conquistar:
*
Expand Down
1 change: 0 additions & 1 deletion src/c/Queue.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Exemplo de implementação de Fila em C
* Kelvin S. do Prado
*/

#include <stdio.h>
Expand Down
1 change: 0 additions & 1 deletion src/c/SortedLinkedList.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Exemplo de implementação de Lista Sequencial Ordenada em C - Utilizando sentinela
* Kelvin S. do Prado - 2015
*/

#include <stdio.h>
Expand Down
1 change: 0 additions & 1 deletion src/c/Stack.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Exemplo de implementação de Pilha em C - Utiliza Sentinela
* Kelvin S. do Prado - 2015
*/

#include <stdio.h>
Expand Down
2 changes: 0 additions & 2 deletions src/c/TorreDeHanoi.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*
Torre de Hanoi em C
Bruno Dantas de Paiva - 2021
https://github.com/DantasB
*/

#include <stdio.h>
Expand Down
2 changes: 0 additions & 2 deletions src/c/TwoSum.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*
TwoSum Algorithm in C
Ricardo Ferreira Carvalheira - 2023
https://github.com/ricardocarva

Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.

Expand Down
1 change: 0 additions & 1 deletion src/c/UnorderedLinkedList.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Exemplo de Lista Ligada Dinâmica Não Ordenada em C
* Kelvin Salton do Prado - 2015
*/

#include <stdio.h>
Expand Down