Skip to content

Contains Data Structures and Algorithms for Competitive Programming

License

Notifications You must be signed in to change notification settings

ankushkhanna1998/competitive-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive Programming

Contains Data Structures and Algorithms for Competitive Programming

Compiling C++ Code

g++ -no-pie -fno-pie -fsanitize=address -fno-omit-frame-pointer -fno-common -pthread -Wall -Wextra -Wpedantic -O3 -ggdb3 -D LOCAL -std=c++20 -o A A.cpp

Using gedit Snippets

In case you use gedit, like I do:
Copy the snippets to gedit's snippets directory. They'll be ready to be used then.
(Run this command from this project's root directory)

cp .gedit_snippets/cpp.xml .gedit_snippets/global.xml ~/.config/gedit/snippets/

Note: If you have already made your own gedit snippets, and still want to have (some, or all of) these snippets, then you'll have to merge these snippets to your respective snippet files. You can just manually copy those snippets which you want (from a <snippet> to </snippet>) to your respective snippet files (before the </snippets>). Do not run the above command in such a case.

About

Contains Data Structures and Algorithms for Competitive Programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages