Skip to content

lblasa/programming_challengues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Programming Challengues

This is a collection of UVA problems solved by the author.

OS: MacOSX
IDE: Xcode
Compiler: GCC

###Compilation

Every problem is compiled using GCC from the terminal.
Example:
gcc source.c -o problem_number

###Execution ./problem_number

To automate input entry, I suggest creating a text file containg sample input.
Then, it can be used like:

./problem_number < text_file

###License All source provided is under the MIT license. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published