Skip to content

Jaydeep-Yadav/Codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codes

For Personal Code Snippets and Programs

PS : If you are using my codes, please make sure to remove following lines from it :

typedef unsigned long long int ll;

ios_base::sync_with_stdio(false);
cin.tie(NULL);

#ifndef ONLINE_JUDGE
    freopen("input.txt", "r", stdin);
    freopen("output.txt", "w", stdout);
#endif

About

For Personal Code Snippets and Programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published