Skip to content

code for problems i have solved for codeforces / uva / leetcode

Notifications You must be signed in to change notification settings

Om4ar/problem-solving-pst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Problem Solving

solved problems in uva and codeforces.

How To add new code

instruction to add new code for problems.

create file

use file extentions for cpp file_name.cpp

compile code cpp

use this command to compile

g++ -std=c++11 file_name.cpp

will output to a.out file

i use a vscode extnetion terminal-command-keys that will make a shortcut for a command i enter and used that to compile cpp code

execute code

using command

./a.out

License

MIT

Free Software

About

code for problems i have solved for codeforces / uva / leetcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages