Skip to content

Repository to keep track of coding questions with focus in coding interviews

License

Notifications You must be signed in to change notification settings

forbidden404/Coding-Challenges

Repository files navigation

Coding Challenges

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.

Getting Started

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.

Compiling

C

$ make main

C++

$ make main CPPFLAGS="-std=c++11"

Haskell

$ ghc main.hs

Swift

$ swiftc main.swift

Rust

$ rustc main.rs

Testing

$ ./main < input > output2
$ diff output output2

Authors

See also the list of contributors who participated in this project.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Repository to keep track of coding questions with focus in coding interviews

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published