thuva4 / Algorithms

Collection of algorithms in multiple programming languages.
https://thuva4.github.io/Algorithms/
Apache License 2.0
486 stars 545 forks source link

readd lost files #850

Closed cielavenir closed 3 years ago

cielavenir commented 3 years ago

389568b4007d00a45438b5929231c6b19ae85d2a deleted some source files because of case-insentive filesystem. This commit readd those files back. Please see the table for original credit.

source file original commit
Brainfuck/BubbleSort/BubbleSort.bf (same file)
Brainfuck/Fibonacci/Fibonacci.bf (same file)
C++/BellmanFord/BellmanFord.cpp https://github.com/Thuva4/Algorithms/blob/02fbd2cec8b32420bf275ebf29738df55d5cf5f0/BellmanFord/C%2B%2B/BellmanFord.cpp
C++/BubbleSort/Bubble_Sort.cpp https://github.com/Thuva4/Algorithms/blob/02fbd2cec8b32420bf275ebf29738df55d5cf5f0/BubbleSort/C%2B%2B/Bubble_Sort.cpp
C++/XorSwap/XorSwap.cpp https://github.com/Thuva4/Algorithms/blob/cc7cf024a94ba4aa8d027fd75a46ac195ef48075/XorSwap/C%2B%2B/XorSwap.cpp
C/Kadanes/kadanes.c https://github.com/Thuva4/Algorithms/blob/02fbd2cec8b32420bf275ebf29738df55d5cf5f0/Kadane's/C/kadanes.c
JavaScript/MergeSort/mergeSort.js https://github.com/Thuva4/Algorithms/blob/cc7cf024a94ba4aa8d027fd75a46ac195ef48075/MergeSort/JavaScript/mergeSort.js

cielavenir commented 3 years ago

you might care about multiple solutions for one problem, but once added (by mistake) we should not remove the source files