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

Rename the author in files #117

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2015 Nelson Brochado (aka nbro)
Copyright (c) 2015 [nbro](https://github.com/nbro)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/crypto/caesar.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 04/08/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/crypto/one_time_pad.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 10/08/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/dac/binary_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 23/08/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/dac/find_extrema.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 23/08/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/dac/find_peak.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 15/08/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/dac/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 18/08/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/dp/change_making.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 23/08/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/dp/fibonacci.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 20/07/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/matching/gale_shapley.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 19/09/2017

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/numerical/barycentric.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 09/10/2017

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/numerical/gradient_descent.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 14/10/2017

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/numerical/horner.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 30/09/2017

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/numerical/neville.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 30/09/2017

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/numerical/newton.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 23/09/2017

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/ode/forward_euler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 10/09/2016

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/recursion/ackermann.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 22/02/2016

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/recursion/count.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 04/08/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/recursion/factorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 17/07/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/recursion/hanoi.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 27/02/2016

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/recursion/is_sorted.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 21/01/2017

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/recursion/make_decimal.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 08/08/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/recursion/palindrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 01/08/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/recursion/power.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 25/07/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/recursion/reverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 22/07/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/sorting/comparison/bubble_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 20/07/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/sorting/comparison/heap_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 09/09/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/sorting/comparison/insertion_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 23/07/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/sorting/comparison/merge_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 09/09/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/sorting/comparison/quick_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 09/08/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/sorting/comparison/selection_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 09/09/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/sorting/integer/counting_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 03/03/2022

Expand Down
2 changes: 1 addition & 1 deletion andz/algorithms/sorting/integer/radix_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 05/03/2022

Expand Down
2 changes: 1 addition & 1 deletion andz/ds/BST.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 01/07/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/ds/BinaryHeap.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 01/07/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/ds/DisjointSets.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 08/03/2017

Expand Down
2 changes: 1 addition & 1 deletion andz/ds/DisjointSetsForest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 21/02/2016

Expand Down
2 changes: 1 addition & 1 deletion andz/ds/HashTable.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 13/02/2017

Expand Down
2 changes: 1 addition & 1 deletion andz/ds/LinearProbingHashTable.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 01/06/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/ds/MaxHeap.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 15/02/2016

Expand Down
2 changes: 1 addition & 1 deletion andz/ds/MinHeap.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 01/07/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/ds/MinMaxHeap.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 18/02/2016

Expand Down
2 changes: 1 addition & 1 deletion andz/ds/Queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 02/07/2015

Expand Down
2 changes: 1 addition & 1 deletion andz/ds/RBT.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
# Meta-info

Author: Nelson Brochado
Author: nbro

Created: 01/08/2015

Expand Down
Loading
Loading