Easy: Add solutions for two exercises
Added solutions for Collatz Conjecture and Difference Of Squares.
1 parent c99a950 commit 89531e0cd4765101fd66dda3db8a37fc15bf52c1
@Wook Song Wook Song authored on 8 Oct 2022
Showing 20 changed files
View
collatz-conjecture/.exercism/config.json 0 → 100644
View
collatz-conjecture/.exercism/metadata.json 0 → 100644
View
collatz-conjecture/CMakeLists.txt 0 → 100644
View
collatz-conjecture/HELP.md 0 → 100644
View
collatz-conjecture/README.md 0 → 100644
View
collatz-conjecture/collatz_conjecture.cpp 0 → 100644
View
collatz-conjecture/collatz_conjecture.h 0 → 100644
View
collatz-conjecture/collatz_conjecture_test.cpp 0 → 100644
View
collatz-conjecture/test/catch.hpp 0 → 100644
Too large (Show diff)
View
collatz-conjecture/test/tests-main.cpp 0 → 100644
View
difference-of-squares/.exercism/config.json 0 → 100644
View
difference-of-squares/.exercism/metadata.json 0 → 100644
View
difference-of-squares/CMakeLists.txt 0 → 100644
View
difference-of-squares/HELP.md 0 → 100644
View
difference-of-squares/README.md 0 → 100644
View
difference-of-squares/difference_of_squares.cpp 0 → 100644
View
difference-of-squares/difference_of_squares.h 0 → 100644
View
difference-of-squares/difference_of_squares_test.cpp 0 → 100644
View
difference-of-squares/test/catch.hpp 0 → 100644
Too large (Show diff)
View
difference-of-squares/test/tests-main.cpp 0 → 100644