Coding Challenges is a repository where I will be keeping track of the coding questions I do or the concepts I learn, or have learned already. The main motivation of creating this repo is to gather all the code that has been spread throughout my folders that serve the same purpose.
The project folder is structured in the following way, there will be a folder for each coding website if it exists, or else based on its concept, inside each folder there will be a folder for each question/concept, containing the solution code primarily in C++11 and maybe in other languages, given input and expected output if necessary.
$ make main
$ make main CPPFLAGS="-std=c++11"
$ ghc main.hs
$ swiftc main.swift
$ rustc main.rs
$ ./main < input > output2
$ diff output output2
- Francisco Soares - All solutions - Forbidden404
See also the list of contributors who participated in this project.
Pull Requests and Issues will be mostly used for discussions around the subject. I won't be accepting any Pull Requests of questions I haven't done myself, but feel free to recomend questions as Issues.
This project is licensed under the MIT License - see the LICENSE.md file for details